RenderGetMapTile200Response interface
The Get Map Tiles API in an HTTP GET request that allows users to request map tiles in vector or raster formats typically to be integrated into a map control or SDK. Some example tiles that can be requested are Azure Maps road tiles, real-time Weather Radar tiles or the map tiles created using Azure Maps Creator. By default, Azure Maps uses vector tiles for its web map control (Web SDK) and Android SDK.
- Extends
Inherited Properties
| request | The request that generated this response. |
Property Details
body
Value may contain any sequence of octets
body: Uint8Array
Property Value
Uint8Array
headers
headers: RawHttpHeaders & RenderGetMapTile200Headers
Property Value
status
status: "200"
Property Value
"200"
Inherited Property Details
request
The request that generated this response.
request: PipelineRequest
Property Value
Inherited From HttpResponse.request