Interface Highlight

Represents a highlight on a map. Instances of this type can only be obtained through a Highlighter.

Hierarchy

  • Highlight

Methods

  • Returns true if the highlight is still being displayed (i.e. it has not been removed yet).

    Returns boolean

  • Gets the graphic instances that are currently being displayed for this highlight.

    Returns undefined | Graphic[]

  • Removes the highlight.

    Does nothing if the highlight is no longer active.

    Returns void

Generated using TypeDoc