Server API access token.
Map bounds.
Tile category (e.g. maps, tiles),
Map center point.
Map image tile file format (e.g png, jpg)
Format can be for image or for geometry fetched from the system (e.g quantized-mesh-1.0)
Maximum tile level.
Minimum tile level.
Name of the map provider
Map tile type, some of the vectorial styles available.
Can be used for rasterized vectorial maps (e.g, basic, bright, darkmatter, hybrid, positron, streets, topo, voyager).
Cam be used for data tiles (e.g hillshades, terrain-rgb, satellite).
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
Map tiler provider API.
The map tiler server is based on open map tiles.
API Reference