GeoJsonMarkerOptions

data class GeoJsonMarkerOptions(val sourceId: String, var coordinate: GeoPoint, var properties: Properties)

Defines configuration options for a Marker in a GeoJson format.

Constructors

Link copied to clipboard
constructor(sourceId: String, coordinate: GeoPoint, properties: Properties)

Properties

Link copied to clipboard

Location of the marker on the map.

Link copied to clipboard

GeoJson properties of the marker.

Link copied to clipboard

Name of the geojson source to add the marker.