Appearance

data class Appearance(val importance: Appearance.Importance, val color: Int, val icon: String, val externIconsFont: Boolean, val zoomLevelLimit: Float, val priority: Int) : Parcelable

Class describing appearance of POI in map

Constructors

Link copied to clipboard
constructor(importance: Appearance.Importance, color: Int, icon: String, externIconsFont: Boolean, zoomLevelLimit: Float, priority: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
val color: Int

ARGB color int - e.g. Color.argb(255, 46, 199, 234)

Link copied to clipboard

true if icon is from external font

Link copied to clipboard

icon from font - e.g. \\uE313

Link copied to clipboard

importance among other map elements - higher the importance, the element is more important to be drawn than the other e.g. Vehicle, SmartLabel, ... Poi - Major Importance, RoadNameMajor, Poi - Minor Importance, ... AddressPoint

Link copied to clipboard

same as importance, but this is among other POIs with same importance

Link copied to clipboard

POI will be drawn up to this zoom level

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)