Class representing a label on the MapView.

Labels are used to provide additional information on the map.

Properties

Methods

Properties

id: string

The label's id

text: any

Methods

  • Checks if the provided instance is of type Label.

    Parameters

    • instance: object

      The instance to check.

    Returns instance is Label

    True if the instance is a Label, false otherwise.