A tile requestor for Microsoft Bing maps.
Gets the Bing key associated with this requestor.
string
The Bing key for this requestor.
Returns whether or not caching is enabled for vector-based requestors.
boolean
Whether or not caching is enabled.
Gets format of data returned by REST service.
string
Data format returned by the REST service.
Gets the formatted endpoint uri for Bing maps, e.g. ecn.t{0}.tiles.virtualearth.net/tiles/{1}{2}{3}?g={4}&mkt={5}&shading=hill.
string
endpoint to Bing tile server as a formatted string
Gets formatted endpoint using the supplied quadtile and a descriptor.
Quadtile for which to fetch the endpoint.
string
The requested URI string.
Gets Bing tile generation
string
the tile generation as an integer
Determines whether or not this requestor returns bitmap images.
boolean
Whether or not this requestor returns bitmap images.
??? Gets the additional
Array<{}>
Gets data locally if the requestor supports it.
Quadtile for which to fetch the endpoint.
string
The requested JSON data.
Gets the language code for which the tiles are rendered. The default code is 'en-US'.
string
The language code for which tiles are rendered.
Gets maximum available zoom level content that can be retrieved from the endpoint this requestor consumes.
number
The maximum available zoom level for this requestor.
Gets the protocol for the endpoint, either 'http' or 'https'.
string
The endpoint protocol.
Gets requestor timeout in miliseconds.
number
Requestor timeout in miliseconds.
Determines whether or not this requestor uses an endpoint rather than local data.
boolean
Whether or not this requestor gets data from an endpoint.
Creates unique sha1 hash from this requestor and the supplied descriptor. This is useful in creating a unique key or folder for tile caching. This combined with a tile's quad-key can efficiently and uniquely identify a particular tile.
string
The generated sha1 hash.
Sets Bing key which then calls Microsoft metadata service and automatically configures content endpoint.
Bing key.
Sets whether or not caching is enabled for vector-beased requestors.
Sets format of data that should be returned by REST service.
Name of the data format the REST service should use.
Sets Bing tile generation
Sets whether this requestor should return bitmap images.
Whether or not this requestor should return bitmap images.
Set any key/value pairs that are attached to the ajax call (such as username and password)
Sets language code for which to render tiles. For example, 'en-US'.
Language code for which to render tiles.
Sets maximum available zoom level content that can be retrieved from the endpoint this requestor consumes. Note: This defaults to the projection's maximum available zoom level, which is 20 in spherical mercator.
The maximum available zoom level for this requestor.
Sets endpoint protocol to either 'http' or 'https'.
Protocol to use in endpoints.
Sets requestor timeout in miliseconds.
Desired requestor timeout in miliseconds.
Sets whether or not this requestor uses an endpoint rather than local data.