VMEDestinationDetail

data class VMEDestinationDetail(val index: Int, val duration: Double, val length: Double)(source)
  • An object to create represent a poiID and the length and duration to it.

Since

2.6.3

Constructors

Link copied to clipboard
constructor(index: Int, duration: Double, length: Double)
constructor(json: JSONObject)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard