MPICoordinate

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

MPICoordinate represents a Mappedin coordinate.

Constructors

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

Functions

component1
Link copied to clipboard
operator fun component1(): Double
component2
Link copied to clipboard
operator fun component2(): Double
component3
Link copied to clipboard
operator fun component3(): Double
component4
Link copied to clipboard
operator fun component4(): Double
component5
Link copied to clipboard
operator fun component5(): MPIMap
copy
Link copied to clipboard
fun copy(x: Double, y: Double, latitude: Double, longitude: Double, map: MPIMap): MPIMap.MPICoordinate
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

latitude
Link copied to clipboard
val latitude: Double
Latitude of the MPICoordinate
longitude
Link copied to clipboard
val longitude: Double
Longitude of the MPICoordinate
map
Link copied to clipboard
val map: MPIMap
Map of the MPICoordinate
x
Link copied to clipboard
val x: Double
Mappedin x coordinate of the MPICoordinate
y
Link copied to clipboard
val y: Double
Mappedin y coordinate of the MPICoordinate