MPICoordinates

data class MPICoordinates(latitude: Double, longitude: Double, accuracy: Double, floorLevel: Int?)

This struct represents specific coordinates/location of an object

Constructors

MPICoordinates
Link copied to clipboard
fun MPICoordinates(latitude: Double, longitude: Double, accuracy: Double, floorLevel: Int?)

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(): Int?
copy
Link copied to clipboard
fun copy(latitude: Double, longitude: Double, accuracy: Double, floorLevel: Int?): MPIPosition.MPICoordinates
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

accuracy
Link copied to clipboard
val accuracy: Double
accuracy of the position
floorLevel
Link copied to clipboard
val floorLevel: Int?
floorLevel of the position
latitude
Link copied to clipboard
val latitude: Double
latitude of the coordinate
longitude
Link copied to clipboard
val longitude: Double
longitude of the coordinate