addMarker

abstract fun addMarker(options: MarkerOptions): Marker

Adds a new Marker based on the given MarkerOptions.

Return

Marker instance with the assigned UniqueId.

Parameters

options

MarkerOptions describing the desired properties of the Marker.


abstract fun addMarker(options: GeoJsonMarkerOptions): Marker

Adds a new Marker based on the given GeoJsonMarkerOptions.

Return

Marker instance with the assigned UniqueId.

Parameters

options

GeoJsonMarkerOptions describing the desired properties of the Marker.