Class Marker

Class representing a marker on the MapView.

Markers are used to indicate a specific location on the map.

Hierarchy

  • Marker

Properties

Properties

contentEl: HTMLElement

The HTML element that represents the marker.

id: string
update: (() => void)

Type declaration

    • (): void
    • Updates the marker's position on the map.

      Returns void