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-core
/
com.mapsted.positioning.coreObjects
/
KeywordModel
Keyword
Model
data
class
KeywordModel
(
val
keywordName
:
String
,
var
isSelected
:
Boolean
=
false
,
val
buildingId
:
Int
=
-1
)
Members
Constructors
Keyword
Model
Link copied to clipboard
constructor
(
keywordName
:
String
,
isSelected
:
Boolean
=
false
,
buildingId
:
Int
=
-1
)
Properties
building
Id
Link copied to clipboard
val
buildingId
:
Int
is
Selected
Link copied to clipboard
var
isSelected
:
Boolean
keyword
Name
Link copied to clipboard
val
keywordName
:
String