MarkersRenderer

class MarkersRenderer @JvmOverloads constructor(mapView: MapView? = null) : Renderer

Renderer to draw Marker on a MapView.

Note that for convenience one is already attached to any MapView by default.

Parameters

mapView

The MapView onto which to draw.

See also

for a simple way of adding a Marker

Constructors

Link copied to clipboard
constructor(mapView: MapView? = null)

Functions

Link copied to clipboard
fun add(marker: Marker)

Add a marker to be displayed onto this overlay.

Link copied to clipboard
fun remove(marker: Marker)

Remove a marker from this overlay.