MPITinyCoordinate

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

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

Constructors

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

Functions

component1
Link copied to clipboard
operator fun component1(): String?
component2
Link copied to clipboard
operator fun component2(): String
component3
Link copied to clipboard
operator fun component3(): Double
component4
Link copied to clipboard
operator fun component4(): Double
copy
Link copied to clipboard
fun copy(type: String? = null, mapId: String, lat: Double, lon: Double): MPITinyCoordinate
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

lat
Link copied to clipboard
val lat: Double
Latitude of the MPITinyCoordinate
lon
Link copied to clipboard
val lon: Double
Longitude of the MPITinyCoordinate
mapId
Link copied to clipboard
val mapId: String
mapId of a MPIMap object
type
Link copied to clipboard
val type: String? = null
Type of MPITinyCoordinate
  • Note: "Coordinate"