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-app-template
/
com.mapsted.app_template.presentation.adapter
/
ExploreAdapter
/
BuildingInfoData
Building
Info
Data
class
BuildingInfoData
:
Parcelable
Members
Constructors
Building
Info
Data
Link copied to clipboard
constructor
(
propertyId
:
Int
,
buildingId
:
Int
,
floorId
:
Int
,
entityId
:
Int
,
description
:
String
?
)
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
ExploreAdapter.BuildingInfoData
>
Properties
building
Id
Link copied to clipboard
var
buildingId
:
Int
description
Link copied to clipboard
var
description
:
String
?
entity
Id
Link copied to clipboard
var
entityId
:
Int
floor
Id
Link copied to clipboard
var
floorId
:
Int
property
Id
Link copied to clipboard
var
propertyId
:
Int
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)