toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
Building
Building
data
class
Building
(
val
id
:
Int
,
val
address
:
String
,
val
lat
:
Double
?
=
null
,
val
lng
:
Double
?
=
null
,
val
name
:
String
?
=
null
,
val
timeZone
:
String
?
=
null
,
val
data
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Building
Link copied to clipboard
constructor
(
id
:
Int
,
address
:
String
,
lat
:
Double
?
=
null
,
lng
:
Double
?
=
null
,
name
:
String
?
=
null
,
timeZone
:
String
?
=
null
,
data
:
String
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
data
Link copied to clipboard
val
data
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Int
lat
Link copied to clipboard
val
lat
:
Double
?
=
null
lng
Link copied to clipboard
val
lng
:
Double
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
time
Zone
Link copied to clipboard
val
timeZone
:
String
?
=
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
)