toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
BGPElement
BGPElement
data
class
BGPElement
(
val
pos
:
List
<
Double
>
?
=
null
,
val
mapId
:
Int
?
=
null
,
val
mapName
:
String
?
=
null
,
val
type
:
BGPElementType
?
=
null
,
val
icon
:
String
?
=
null
)
:
Parcelable
Members
Constructors
BGPElement
Link copied to clipboard
constructor
(
pos
:
List
<
Double
>
?
=
null
,
mapId
:
Int
?
=
null
,
mapName
:
String
?
=
null
,
type
:
BGPElementType
?
=
null
,
icon
:
String
?
=
null
)
Properties
icon
Link copied to clipboard
val
icon
:
String
?
=
null
map
Id
Link copied to clipboard
val
mapId
:
Int
?
=
null
map
Name
Link copied to clipboard
val
mapName
:
String
?
=
null
pos
Link copied to clipboard
val
pos
:
List
<
Double
>
?
=
null
type
Link copied to clipboard
val
type
:
BGPElementType
?
=
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
)