addMapIcon

fun addMapIcon(mapMarkerOptions: MapMarkerOptions)

Adds a map icon (marker) at the specified location.

This method displays a custom image as a marker on the map according to the given mapMarkerOptions. The icon's position, image, and size are set via mapMarkerOptions.

Parameters

mapMarkerOptions

Options that define the marker's properties such as position, image, and size.

See also