PointLegendItem

data class PointLegendItem(@ColorInt var color: Int, val label: String, val emptyItem: Boolean = false)

A placeholder data class for PointLegendItem. This should match the definition used in your PointLegendView.

Constructors

Link copied to clipboard
constructor(@ColorInt color: Int, label: String, emptyItem: Boolean = false)

Properties

Link copied to clipboard
var color: Int
Link copied to clipboard
val emptyItem: Boolean = false
Link copied to clipboard