MarkerEntry
class MarkerEntry(val markerId: MarkerId = MarkerId(), data: MarkerData, properties: MarkerProperties, isVisible: Boolean = true)
The data of a single marker used by the Markers Composable.
Important: Use named arguments to avoid ambiguous method calls due to API changes.
Constructors
Link copied to clipboard
constructor(markerId: MarkerId = MarkerId(), data: MarkerData, properties: MarkerProperties, isVisible: Boolean = true)