sdk
sdk
/
com.sygic.sdk.route
/
RouteSegment
Route
Segment
data
class
RouteSegment
(
val
startPosition
:
Int
,
val
length
:
Int
)
:
Parcelable
Constructors
Functions
Properties
Constructors
Route
Segment
Link copied to clipboard
fun
RouteSegment
(
startPosition
:
Int
,
length
:
Int
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
length
Link copied to clipboard
val
length
:
Int
start
Position
Link copied to clipboard
val
startPosition
:
Int