Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoiTypeInterface

A PoiType is a categorical object for Points of Interests (PoiInterface)

Hierarchy

Index

Properties

Readonly icon

icon: string

Get the PoiType's icon URL. Default icon is supplied if none defined.

returns

URL to the icon.

Readonly id

id: number

Entity id number

Readonly name

name: Dictionary<string>

Short summary text. It is an associative array of HTML text, whose keys are ISO 15897 locale tags.

poiTypeGroup

poiTypeGroup: PoiTypeGroupInterface

Categorical group for the PoiType

Optional Readonly visibilityZoomMax

visibilityZoomMax?: number

Maximum zoom level until POI icons of this type is displayed in map view. The unit for this value is pixels-per-meter. When a represented meter surpasses this number of pixels, the POI of this type are not displayed.

Optional Readonly visibilityZoomMin

visibilityZoomMin?: number

Minimum zoom level until POI icons of this type is displayed in map view. The unit for this value is pixels-per-meter. When a represented meter shrinks under this number of pixels, the POI of this type are not displayed.

Generated using TypeDoc