Marker

data class Marker @JvmOverloads constructor(    val size: Double? = null,     val foregroundColor: MPIOptions.FloatingLabelAppearance.Color? = null,     val backgroundColor: MPIOptions.FloatingLabelAppearance.Color? = null)

Constructors

Link copied to clipboard
fun Marker(    size: Double? = null,     foregroundColor: MPIOptions.FloatingLabelAppearance.Color? = null,     backgroundColor: MPIOptions.FloatingLabelAppearance.Color? = null)

Properties

Link copied to clipboard
val backgroundColor: MPIOptions.FloatingLabelAppearance.Color? = null

Background color of the marker

Link copied to clipboard
val foregroundColor: MPIOptions.FloatingLabelAppearance.Color? = null

Foreground color of the marker

Link copied to clipboard
val size: Double? = null

Size of the marker in pixels