toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
CustomPath
Custom
Path
data
class
CustomPath
(
var
id
:
Int
?
=
null
,
var
name
:
String
?
=
null
,
var
x
:
Double
?
=
null
,
var
y
:
Double
?
=
null
,
var
mapId
:
Int
?
=
null
,
var
mapName
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Custom
Path
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
name
:
String
?
=
null
,
x
:
Double
?
=
null
,
y
:
Double
?
=
null
,
mapId
:
Int
?
=
null
,
mapName
:
String
?
=
null
)
Properties
id
Link copied to clipboard
var
id
:
Int
?
map
Id
Link copied to clipboard
var
mapId
:
Int
?
map
Name
Link copied to clipboard
var
mapName
:
String
?
name
Link copied to clipboard
var
name
:
String
?
x
Link copied to clipboard
var
x
:
Double
?
y
Link copied to clipboard
var
y
:
Double
?
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
)