Here maps provider constructor.
HERE maps app id.
HERE maps app code.
Map style.
Map scheme.
Image format.
Tile size.
Service application code token.
Service application access token.
Map bounds.
Map center point.
Map image tile format, the formats available are:
Maximum tile level.
Minimum tile level.
Name of the map provider
Specifies the view scheme. A complete list of the supported schemes may be obtained by using the Info resouce.
Check the scheme list at https://developer.here.com/documentation/map-tile/topics/resource-info.html
Be aware that invalid combinations of schemes and tiles are rejected. For all satellite, hybrid and terrain schemes, you need to use the Aerial Tiles base URL instead of the normal one.
Server to be used next.
There are 4 server available in here maps.
On each request this number is updated.
Returned tile map image size.
The following sizes are supported:
The type of maps to be used.
For each type HERE maps has 4 servers:
Specifies the map version, either newest or with a hash value.
Static
PATHPath to map tile API.
Version of the api is fixed 2.1.
Get a tile for the x, y, zoom based on the provider configuration.
The tile should be returned as a image object, compatible with canvas context 2D drawImage() and with webgl texImage2D() method.
Promise with the image obtained for the tile ready to use.
Zoom level.
Tile x.
Tile y.
Generated using TypeDoc
Here maps tile server provider.
API Reference