sdk
sdk
/
com.sygic.sdk.route
/
RouteSegment
Route
Segment
data
class
RouteSegment
(
val
startPosition
:
Int
,
val
length
:
Int
)
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Route
Segment
Link copied to clipboard
fun
RouteSegment
(
startPosition
:
Int
,
length
:
Int
)
Content copied to clipboard
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
length
Link copied to clipboard
val
length
:
Int
Content copied to clipboard
startPosition
Link copied to clipboard
val
startPosition
:
Int
Content copied to clipboard