toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.region
/
BGPArea
BGPArea
data
class
BGPArea
(
val
id
:
Int
?
=
null
,
val
color
:
String
?
=
null
,
val
type
:
BGPAreaType
?
=
null
,
val
name
:
String
?
=
null
,
val
points
:
List
<
BGPPoint
>
?
=
null
,
val
rtlsMapId
:
Int
?
=
null
)
:
Parcelable
Members
Constructors
BGPArea
Link copied to clipboard
constructor
(
id
:
Int
?
=
null
,
color
:
String
?
=
null
,
type
:
BGPAreaType
?
=
null
,
name
:
String
?
=
null
,
points
:
List
<
BGPPoint
>
?
=
null
,
rtlsMapId
:
Int
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Int
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
points
Link copied to clipboard
val
points
:
List
<
BGPPoint
>
?
=
null
rtls
Map
Id
Link copied to clipboard
val
rtlsMapId
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
BGPAreaType
?
=
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
)