POIType

open class POIType : MPModelBase

Author

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

Functions

Link copied to clipboard
@Nullable
open fun getField(@Nullable key: String): DataField
An optional space for misc fields
Link copied to clipboard
@NonNull
open fun toString(): String

Properties

Link copied to clipboard
@NonNull
@SerializedName(value = "displayRule")
@get:NonNull
open val displayRule: DisplayRule
Link copied to clipboard
@Nullable
@SerializedName(value = "fields")
@get:Nullable
open val fields: HashMap<String, DataField>
Link copied to clipboard
@NonNull
@SerializedName(value = "icon")
@get:NonNull
open val icon: String
Link copied to clipboard
@NonNull
@SerializedName(value = "name")
@get:NonNull
open val name: String
Link copied to clipboard
@Nullable
@SerializedName(value = "searchkeys")
@get:Nullable
open val searchKeys: Array<String>
Link copied to clipboard
@NonNull
@SerializedName(value = "translatedName")
@get:NonNull
open val translatedName: String