toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
ClickedObject
Clicked
Object
data
class
ClickedObject
(
var
id
:
Int
?
=
null
,
var
name
:
String
?
=
null
,
var
x
:
Double
?
=
null
,
var
y
:
Double
?
=
null
,
var
info
:
InfoObject
?
=
null
,
var
color
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Clicked
Object
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
name
:
String
?
=
null
,
x
:
Double
?
=
null
,
y
:
Double
?
=
null
,
info
:
InfoObject
?
=
null
,
color
:
String
?
=
null
)
Properties
color
Link copied to clipboard
var
color
:
String
?
id
Link copied to clipboard
var
id
:
Int
?
info
Link copied to clipboard
var
info
:
InfoObject
?
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
)