MarkerOptions

fun MarkerOptions(coordinate: GeoPoint, pinImage: Image, pinIconImage: Image? = null, shieldImage: Image? = null, pinIconAnchor: PointF = Marker.DEFAULT_PIN_ICON_ANCHOR, placementAnchor: PointF = Marker.DEFAULT_PLACEMENT_ANCHOR, shieldImageAnchor: PointF = Marker.DEFAULT_SHIELD_IMAGE_ANCHOR, tag: String? = null, label: Label? = null, balloonText: String = "")

Parameters

coordinate

Location of the given Marker.

pinImage

Image that will be used as a Marker pin.

pinIconImage

Image that will be used as a Marker pin icon.

shieldImage

Image that will be used as a Marker shield.

tag

Сan be used to identify group of markers.

label

Label textually describing the Marker.

balloonText

Text displayed within the marker balloon (if visible).

See detailed description for marker images.