Marker
@Serializable
Constructors
Link copied to clipboard
constructor(size: Double? = null, foregroundColor: MPIOptions.FloatingLabelAppearance.Color? = null, backgroundColor: MPIOptions.FloatingLabelAppearance.Color? = null, icon: String? = null, iconVisibilityThreshold: Double? = null)
Properties
Link copied to clipboard
Background color of the marker
Link copied to clipboard
Foreground color of the marker
Link copied to clipboard
Defines when the icon becomes visible relative to the current zoom level anything below 0 will result in icons never showing up 0 ensures icons show up at maxZoom (fully zoomed in) 1 ensures they always show up