PFPoiCategory

class PFPoiCategory : Table

POI Category

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun __init(_i: Int, _bb: ByteBuffer)
Link copied to clipboard
open fun __reset()
Link copied to clipboard
Link copied to clipboard

A set of display names (human readable texts), in various languages, for the Place. Intended for user interaction. Navigation displays only "title" on the map. "subtitle" is only returned in the response for the search result.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

RGBA hex color for mark on map, default value is 0x00000000 - black transparent

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val icon: String?

Character code for icon. Default: empty string.

Link copied to clipboard
Link copied to clipboard
val id: String?

Unique, integrator maintained category identifier.

Link copied to clipboard
Link copied to clipboard

Importance of poi-category to be shown on the map

Link copied to clipboard

Parameter parentId represents id of the parent Category(POI group). Only one level of hierarchy is allowed. This category will inherit the parents parameters and it can override them by specifying it. Only categories which have defined parentId are displayed on map. To create only parent Category the parentId is not filled out.

Link copied to clipboard
Link copied to clipboard

Drawing priority at same zoom, all integer range is possible to use. If there are two points and both of then should be drawn on the map (because of zoomLevel), then only point with higher priority will be shown. If there are two points and both of then should be drawn on the map (because of zoomLevel), and that both of them has the same priority, then importance is significant.

Link copied to clipboard

Search priority of the Category, relative to other categories. Minimum value is 1, maximum is 15

Link copied to clipboard

If set to true the Place is drawn without it's 'displayName'. Default: false

Link copied to clipboard

Minimum zoom level at which Places with this category will be drawn on map. The larger the value the closer to the ground. Range: 0.0-20.0. Default: 0.0. If there is map view with zoom less than this value, then this category will not be shown on map. If there is map view with zoom higher than this value, then this category will be shown on map with attributes importance and priority