toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.region
/
BGPPoint
BGPPoint
data
class
BGPPoint
(
val
id
:
Int
?
=
null
,
val
areaId
:
Int
?
=
null
,
val
order
:
Int
?
=
null
,
val
x
:
Double
?
=
null
,
val
y
:
Double
?
=
null
)
:
Parcelable
Members
Constructors
BGPPoint
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
areaId
:
Int
?
=
null
,
order
:
Int
?
=
null
,
x
:
Double
?
=
null
,
y
:
Double
?
=
null
)
Properties
area
Id
Link copied to clipboard
val
areaId
:
Int
?
=
null
id
Link copied to clipboard
val
id
:
Int
?
=
null
order
Link copied to clipboard
val
order
:
Int
?
=
null
x
Link copied to clipboard
val
x
:
Double
?
=
null
y
Link copied to clipboard
val
y
:
Double
?
=
null
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
)