MPICoordinate

@Serializable
data class MPICoordinate(    val x: Double,     val y: Double,     val latitude: Double,     val longitude: Double,     val map: MPIMap)

MPICoordinate represents a Mappedin coordinate.

Constructors

Link copied to clipboard
fun MPICoordinate(    x: Double,     y: Double,     latitude: Double,     longitude: Double,     map: MPIMap)

Properties

Link copied to clipboard
val latitude: Double

Latitude of the MPICoordinate

Link copied to clipboard
val longitude: Double

Longitude of the MPICoordinate

Link copied to clipboard
val map: MPIMap

Map of the MPICoordinate

Link copied to clipboard
val x: Double

Mappedin x coordinate of the MPICoordinate

Link copied to clipboard
val y: Double

Mappedin y coordinate of the MPICoordinate