Map server address.
By default the open OSM tile server is used.
Map bounds.
Map center point.
Map image tile format.
Maximum tile level.
Minimum tile level.
Name of the map provider
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
Open street maps tile server.
Works with any service that uses a address/zoom/x/y.format URL for tile access.