Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui
/
com.mapsted.ui.searchables_list
/
SearchablesListAdapter
/
BuildingInfoData
Building
Info
Data
open
class
BuildingInfoData
:
Parcelable
Members
Constructors
Building
Info
Data
Link copied to clipboard
constructor
(
propertyId
:
Int
,
buildingId
:
Int
,
floorId
:
Int
,
entityId
:
Int
,
description
:
String
)
Properties
building
Id
Link copied to clipboard
open
var
buildingId
:
Int
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
SearchablesListAdapter.BuildingInfoData
>
description
Link copied to clipboard
open
var
description
:
String
entity
Id
Link copied to clipboard
open
var
entityId
:
Int
floor
Id
Link copied to clipboard
open
var
floorId
:
Int
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
property
Id
Link copied to clipboard
open
var
propertyId
:
Int
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)