Cumulocity API Services / com.softwareag.jc.cumulocity.services.models / Position

Position

data class Position : JsonSerializable

Represents the GPS coordinated of the device associated with this ManagedObject

Constructors

<init>

Position(lng: Double, lat: Double, alt: Double?)

Represents the GPS coordinated of the device associated with this ManagedObject

Properties

alt

val alt: Double?

lat

val lat: Double

lng

val lng: Double

Functions

toJSONString

fun toJSONString(): String

Companion Object Functions

make

fun make(o: JSONObject): Position