GeoJsonMarkerOptions

data class GeoJsonMarkerOptions(val sourceId: String, var coordinate: GeoPoint, var properties: JsonObject? = null)

Constructors

Link copied to clipboard
constructor(sourceId: String, coordinate: GeoPoint, properties: JsonObject? = null)

Properties

Link copied to clipboard

Location of the marker on the map.

Link copied to clipboard
var properties: JsonObject?

GeoJson properties of the marker.

Link copied to clipboard

Name of the geojson source to add the marker.