MPITinyCoordinate

data class MPITinyCoordinate(    val type: String? = null,     val mapId: String,     val lat: Double,     val lon: Double)

MPITinyCoordinate contains the mapId, type, lat & lon of a MPICoordinate object

Constructors

Link copied to clipboard
fun MPITinyCoordinate(    type: String? = null,     mapId: String,     lat: Double,     lon: Double)

Properties

Link copied to clipboard
val lat: Double

Latitude of the MPITinyCoordinate

Link copied to clipboard
val lon: Double

Longitude of the MPITinyCoordinate

Link copied to clipboard
val mapId: String

mapId of a MPIMap object

Link copied to clipboard
val type: String? = null