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.models.internal
/
LocationChooserModel
Location
Chooser
Model
open
class
LocationChooserModel
Members
Constructors
Location
Chooser
Model
Link copied to clipboard
constructor
(
entityName
:
String
,
entityZone
:
EntityZone
)
Properties
building
Id
Link copied to clipboard
val
buildingId
:
Int
category
Name
Link copied to clipboard
open
var
categoryName
:
String
entity
Id
Link copied to clipboard
val
entityId
:
Int
entity
Name
Link copied to clipboard
open
var
entityName
:
String
floor
Id
Link copied to clipboard
val
floorId
:
Int
floor
Short
Name
Link copied to clipboard
open
var
floorShortName
:
String
property
Id
Link copied to clipboard
val
propertyId
:
Int
Functions
get
Category
Name
Link copied to clipboard
open
fun
getCategoryName
(
)
:
String
get
Entity
Name
Link copied to clipboard
open
fun
getEntityName
(
)
:
String
set
Category
Name
Link copied to clipboard
open
fun
setCategoryName
(
categoryName
:
String
)