PointData
data class PointData(val position: GeoPoint, val label: String, val type: PointType = PointType.DEFAULT) : Parcelable
Represents a point with a description label.
Author
Arnau Mora
Since
20220627
Represents a point with a description label.
Arnau Mora
20220627