toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
Path
Path
data
class
Path
(
var
source
:
Position
?
=
null
,
var
dest
:
Position
?
=
null
,
var
path
:
List
<
CustomPath
>
?
=
null
,
var
step
:
List
<
Step
>
?
=
null
)
:
Parcelable
Members
Constructors
Path
Link copied to clipboard
constructor
(
source
:
Position
?
=
null
,
dest
:
Position
?
=
null
,
path
:
List
<
CustomPath
>
?
=
null
,
step
:
List
<
Step
>
?
=
null
)
Properties
dest
Link copied to clipboard
var
dest
:
Position
?
path
Link copied to clipboard
var
path
:
List
<
CustomPath
>
?
source
Link copied to clipboard
var
source
:
Position
?
step
Link copied to clipboard
var
step
:
List
<
Step
>
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Inherited 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
)