toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
Position
Position
data
class
Position
(
var
mapId
:
Int
?
=
null
,
var
tagid
:
String
?
=
null
,
var
roomId
:
Int
?
=
null
,
var
areaId
:
Int
?
=
null
,
var
x
:
Double
?
=
null
,
var
y
:
Double
?
=
null
,
var
data
:
String
?
=
null
,
var
tagLabel
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Position
Link copied to clipboard
constructor
(
mapId
:
Int
?
=
null
,
tagid
:
String
?
=
null
,
roomId
:
Int
?
=
null
,
areaId
:
Int
?
=
null
,
x
:
Double
?
=
null
,
y
:
Double
?
=
null
,
data
:
String
?
=
null
,
tagLabel
:
String
?
=
null
)
Properties
area
Id
Link copied to clipboard
var
areaId
:
Int
?
data
Link copied to clipboard
var
data
:
String
?
map
Id
Link copied to clipboard
var
mapId
:
Int
?
room
Id
Link copied to clipboard
var
roomId
:
Int
?
tagid
Link copied to clipboard
var
tagid
:
String
?
tag
Label
Link copied to clipboard
var
tagLabel
:
String
?
x
Link copied to clipboard
var
x
:
Double
?
y
Link copied to clipboard
var
y
:
Double
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
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
)