ClassAnnotationLayer

A map layer which displays annotations.

Hierarchy (view full)

Creating Annotation Layers

Managing Annotations

Creating Annotation Layers

Managing Annotations

  • Adds the given annotation(s) to the layer.

    Parameters

    • Rest...annotations: Annotation[]

      One or more annotations to add.

    Returns void

  • Removes the given annotation(s) from the map view.

    Parameters

    • Rest...annotations: Annotation[]

      One or more annotations to remove.

    Returns void