Description | : > [!NOTE] > > **Azure Maps Render v1 service retirement** > > The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26. Fetches map tiles in vector or raster format typically to be integrated into a new map control or SDK. By default, Azure uses vector map tiles for its web map control (see [Zoom Levels and Tile Grid](/azure/location-based-services/zoom-levels-and-tile-grid)) **Note**: Weather tiles are not available using the Get Map Tile v1.0 API. We recommend using the latest version of the [Get Map Tile](/rest/api/maps/render/get-map-tile) API. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Render_GetMapTile", "Description": { "new": "> [!NOTE]\n>\n> **Azure Maps Render v1 service retirement**\n>\n> The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26.\n\n\nFetches map tiles in vector or raster format typically to be integrated into a new map control or SDK. By default, Azure uses vector map tiles for its web map control (see [Zoom Levels and Tile Grid](/azure/location-based-services/zoom-levels-and-tile-grid))\n\n**Note**: Weather tiles are not available using the Get Map Tile v1.0 API. We recommend using the latest version of the [Get Map Tile](/rest/api/maps/render/get-map-tile) API.", "old": "> [!NOTE]\n>\n> **Azure Maps Render v1 service retirement**\n>\n> The Azure Maps Render v1 service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use the [latest version](/rest/api/maps/render) of the Render API by 9/17/26.\n\n\nFetches map tiles in vector or raster format typically to be integrated into a new map control or SDK. By default, Azure uses vector map tiles for its web map control (see [Zoom Levels and Tile Grid](/azure/location-based-services/zoom-levels-and-tile-grid))\n\n**Note**: Weather tiles are only available via [Get Map Tile V2 API](https://aka.ms/AzureMapsWeatherTiles). We recommend to start to use the new [Get Map Tile V2 API](https://aka.ms/GetMapTileV2)." } }
⚼ Request
GET:
/map/tile/{format}
{
x-ms-client-id:
string
,
api-version:
string
,
format:
string
,
layer:
string
,
style:
string
,
zoom:
integer
,
x:
integer
,
y:
integer
,
tileSize:
string
,
language:
string
,
view:
string
,
}
⚐ Response (200)
{
$headers:
{
,
content-type:
string
,
}
$schema:
object
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}