Contents

addAnnotations(annotations)

Adds an array of annotations to the map.

Declaration

addAnnotations(annotations: Annotation[]): Annotation[];

Parameters

  • annotations:

    An array of annotations to add.

Return Value

Returns the array of annotations.

Discussion

The map shows annotations that have their animates property set to true in a staggered manner, in order of latitude.

See Also

Annotating the map