VisioMoveEssential
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
VisioMoveEssential
VisioMoveEssential
/
com.visioglobe.visiomoveessential.models
/
VMEDestinationDetail
VMEDestination
Detail
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
Members
Constructors
VMEDestination
Detail
Link copied to clipboard
constructor
(
index
:
Int
,
duration
:
Double
,
length
:
Double
)
constructor
(
json
:
JSONObject
)
Properties
duration
Link copied to clipboard
val
duration
:
Double
index
Link copied to clipboard
val
index
:
Int
length
Link copied to clipboard
val
length
:
Double