MarkerData

abstract class MarkerData

Data of a marker on the map.

An instance of this class can be constructed with the MarkerData fake constructor function.

Parameters

geoPoint

The geographic location of the marker.

tag

Сan be used to identify group of markers.

Types

Link copied to clipboard
class Mutable

Mutable variant of MarkerData.

Properties

Link copied to clipboard
Link copied to clipboard
val tag: String?

Functions

Link copied to clipboard
fun copy(configure: MarkerData.Mutable.() -> Unit = { }): MarkerData

Copies the MarkerData and applies the changes by configure to the copied instance.