addMarker

open override fun addMarker(mapMarkerOptions: MapMarkerOptions)

Adds a marker to the map.

Displays a marker on the map based on the coordinates, image, and size information defined in mapMarkerOptions.

Parameters

mapMarkerOptions

The options for the marker.

See also