CategoryCollection

open class CategoryCollection : MPModelBase

Author

Daniel Nielsen - Copyright © 2017 MapsPeople A/S. All rights reserved.

Functions

Link copied to clipboard
open fun getCategory(@Nullable key: String): Category
Link copied to clipboard
@Nullable
open fun getFields(@Nullable key: String): HashMap<String, DataField>
Retrieves the Category fields data for the given key
Link copied to clipboard
@Nullable
open fun getValue(@Nullable key: String): String
Retrieves the localized name for the given category key

Properties

Link copied to clipboard
@NonNull
@get:NonNull
private val categories: List<Category>