Marker
constructor(coordinates: Coordinates, title: String? = "No title was provided", appleTintColor: Color? = null, androidAnchor: GoogleMapsAnchor? = null, androidDraggable: Boolean = false, androidSnippet: String? = null, androidZIndex: Float? = null)
Parameters
coordinates
The geographical coordinates where the marker should be placed
title
The title text displayed when the marker is tapped
apple Tint Color
The tint color for the marker (iOS only)
android Anchor
The anchor point for the marker (Android only)
android Draggable
Whether the marker can be dragged by the user (Android only)
android Snippet
Additional text displayed below the title (Android only)
android ZIndex
The z-index for layering markers (Android only)