Bing API key.
Type provider.
Server API access token.
Map bounds.
Map center point.
Map image tile format, the formats available are:
Size of the map tiles.
Maximum zoom level allowed by the provider.
Metadata of the provider.
Minimum zoom level allowed by the provider.
Name of the map provider
Tile server subdomain.
The type of the map used.
Static
ADDRESSBase address of the bing map provider.
Static
AERIALDisplay an aerial view of the map.
Static
AERIAL_Display an aerial view of the map with labels.
Static
OBLIQUEUse this value to display a bird's eye (oblique) view of the map.
Static
OBLIQUE_Display a bird's eye (oblique) with labels view of the map.
Static
ROADDisplay a road view of the map.
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.
Static
quadConvert x, y, zoom quadtree to a bing maps specific quadkey.
Adapted from original C# code at https://msdn.microsoft.com/en-us/library/bb259689.aspx.
Generated using TypeDoc
Bing maps tile provider.
API Reference