MapsIndoorsSDK
MapsIndoorsSDK
/
com.mapsindoors.mapssdk
/
CategoryCollection
Category
Collection
open
class
CategoryCollection
:
MPModelBase
Content copied to clipboard
Author
Daniel Nielsen - Copyright © 2017 MapsPeople A/S. All rights reserved.
Functions
Properties
Functions
get
Category
Link copied to clipboard
open
fun
getCategory
(
@
Nullable
key
:
String
)
:
Category
Content copied to clipboard
get
Fields
Link copied to clipboard
@
Nullable
open
fun
getFields
(
@
Nullable
key
:
String
)
:
HashMap
<
String
,
DataField
>
Content copied to clipboard
Retrieves the
Category
fields data for the given key
get
Value
Link copied to clipboard
@
Nullable
open
fun
getValue
(
@
Nullable
key
:
String
)
:
String
Content copied to clipboard
Retrieves the localized name for the given category key
Properties
categories
Link copied to clipboard
@
NonNull
@get:
NonNull
private
val
categories
:
List
<
Category
>
Content copied to clipboard