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)

Properties

Link copied to clipboard

The data of the marker.

Link copied to clipboard

Whether the marker should be visible or not.

Link copied to clipboard

The unique identifier of the marker.

Link copied to clipboard

The properties of the marker. The properties define how the marker is visualized.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String