data class Position : JsonSerializable
Represents the GPS coordinated of the device associated with this ManagedObject
Position(lng: Double, lat: Double, alt: Double?)
Represents the GPS coordinated of the device associated with this ManagedObject |
val alt: Double? |
|
val lat: Double |
|
val lng: Double |
fun toJSONString(): String |
fun make(o: JSONObject): Position |