Contents

annotationsInMapRect(mapRect)

Returns the list of annotation objects within the specified map rectangle.

Declaration

annotationsInMapRect(mapRect: MapRect): Annotation[];

Parameters

  • mapRect:

    The portion of the map in which to look for annotations.

Mentioned in

Return Value

Returns an array of annotations that fall inside mapRect.

See Also

Annotating the map