VMEDestinationDetail

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

Since

2.6.3

Constructors

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

Properties

Link copied to clipboard
val duration: Double
Link copied to clipboard
val index: Int
Link copied to clipboard
val length: Double