PACECloudSDK
/
cloud.pace.sdk.poikit.routing
/
RouteAnnotation
Route
Annotation
data class
RouteAnnotation
(distances:
List
<
Double
>?, durations:
List
<
Double
>?) :
Parcelable
Content copied to clipboard
Functions
Properties
Functions
describe
Contents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
distances
Link copied to clipboard
@
SerializedName
(
value =
"distance"
)
var
distances
:
List
<
Double
>? = null
Content copied to clipboard
durations
Link copied to clipboard
@
SerializedName
(
value =
"duration"
)
var
durations
:
List
<
Double
>? = null
Content copied to clipboard