MPITiny Coordinate
data class MPITinyCoordinate( val type: String? = null, val mapId: String, val lat: Double, val lon: Double)
Content copied to clipboard
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)
Content copied to clipboard