---
title: "Use to get state tiles in vector format that can then be used to display
feature state information in an indoor map."
method: GET
path: "/map/statetile"
---

# Use to get state tiles in vector format that can then be used to display
feature state information in an indoor map.

`GET /map/statetile`

Fetches state tiles in vector format typically to be integrated into indoor
maps module of map control or SDK. The map control will call this API after
user turns on dynamic styling. For more information, see [Zoom Levels and Tile
Grid](/azure/location-based-services/zoom-levels-and-tile-grid).

## Query parameters

- `api-version` string, required
- `zoom` integer, required
- `x` integer, required
- `y` integer, required
- `statesetId` string, required

## Headers

- `x-ms-client-id` string

## Response `200`

The request has succeeded.

- string, byte

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (1.0) `040a85473ebc` — 3 breaking, 1 warning, 1 info
  - added the new required `query` request parameter `x`
  - added the new required `query` request parameter `y`
  - added the new required `query` request parameter `zoom`
  - the optional response header `Content-Type` removed for the status `200`
  - …1 more
- **2026-07-13** (1.0) `1ab2ac2b6f77` — 1 breaking
  - api path removed without deprecation
- **2026-07-13** (1.0) `4299ecc0f4e6` — 1 info
  - api operation id `RenderV2_GetMapStateTile` removed and replaced with `Render_GetMapStateTile`
- **2026-07-13** (1.0) `6e9de8c6e9f5` — 1 info
  - endpoint added
- **2021-11-12** (1.0) `521583d5fdf6` — 1 info
  - api operation id `GetMapStateTile` removed and replaced with `Render_GetMapStateTile`

[Full history](https://skmtc.dev/azure/apis/maps-render/changes/map/statetile/get.md)

---

[API](https://skmtc.dev/azure/apis/maps-render.md) · [All operations](https://skmtc.dev/azure/apis/maps-render/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/maps-render/revisions/040a85473ebc/schema)
