Azure Maps Render Service (preview:2.0)

2025/08/14 • 1 deleted methods

RenderV2_GetMapTilePreview (removed)
Description **Applies to**: S0 and S1 pricing tiers. The Get Map Tiles API 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](https://aka.ms/amcreator). By default, Azure Maps uses vector tiles for its web map control (Web SDK) and Android SDK.
Reference Link ¶

⚼ Request

GET:  /map/tile
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
tilesetId: string ,
zoom: integer ,
x: integer ,
y: integer ,
timeStamp: string ,
tileSize: string ,
language: string ,
view: string ,
}

⚐ Response (200)

{
$schema: string ,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}