Fetches asynchronously data from a tile or from its nearest ancestor if not found.
The tile is a geometric area represented as a HERE tile.
The quad tree metadata fetches the blob of needed tile from the HERE Query Service,
then caches it, and returns to the user.
To disable caching of metadata use request.withFetchOption(FetchOptions.OnlineOnly)
.
Requests the TileRequest instance with the configured parameters.
The signal object that allows you to communicate with a request (such as the fetch
request)
and, if required, abort it using the AbortController
object.
The blob of the requested tile or the blob of the closest parent Tile.
Validates the billinig tag.
It must be 4–16 characters long and contain only alphanumeric ASCII characters [A-Za-z0-9].
The string that represents the billing tag.
The billing tag if it's valid. Otherwise, throws an error.
Validates a list of partitions IDs.
It must be between 1–100 items.
The lists of strings that represent the partitions IDs.
The list of strings if it's valid. Otherwise, throws an error.
Generated using TypeDoc
The recursion depth of the quadtree.
If set to 0, the response includes only data for the quadKey specified in the request. In this way, depth describes the maximum length of the subQuadKeys in the response. The maximum allowed value for the depth parameter is 4.