Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HereTileProvider

Implements

Index

Constructors

constructor

Properties

Static Readonly TILE_AERIAL_HYBRID

TILE_AERIAL_HYBRID: "aerial.maps.ls.hereapi.com/maptile/2.1/maptile/newest/hybrid.day" = "aerial.maps.ls.hereapi.com/maptile/2.1/maptile/newest/hybrid.day"

Base address for Aerial Map rendered using hybrid.day scheme.

see

https://developer.here.com/documentation/map-tile/topics/example-hybrid-map.html

Static Readonly TILE_AERIAL_SATELLITE

TILE_AERIAL_SATELLITE: "aerial.maps.ls.hereapi.com/maptile/2.1/maptile/newest/satellite.day" = "aerial.maps.ls.hereapi.com/maptile/2.1/maptile/newest/satellite.day"

Base address for Aerial Map rendered using satellite.day scheme.

see

https://developer.here.com/documentation/map-tile/topics/example-satellite-map.html

Static Readonly TILE_BASE_NORMAL

TILE_BASE_NORMAL: "base.maps.ls.hereapi.com/maptile/2.1/maptile/newest/normal.day" = "base.maps.ls.hereapi.com/maptile/2.1/maptile/newest/normal.day"

Base address for Base Map rendered using normal.day scheme.

see

https://developer.here.com/documentation/map-tile/topics/example-normal-day-view.html

Static Readonly TILE_TRAFFIC_NORMAL

TILE_TRAFFIC_NORMAL: "traffic.maps.ls.hereapi.com/maptile/2.1/traffictile/newest/normal.day" = "traffic.maps.ls.hereapi.com/maptile/2.1/traffictile/newest/normal.day"

Base address for Traffic Map rendered using normal.day scheme.

see

https://developer.here.com/documentation/map-tile/topics/example-traffic.html

Methods

getTexture

  • getTexture(tile: Tile, abortSignal?: AbortSignal): Promise<[]>

mapIsoLanguageToWebTile

  • mapIsoLanguageToWebTile(languages: string[]): void

Generated using TypeDoc