Share via


RenderGetMapStateTile200Response interface

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.

Extends

Properties

body

Value may contain any sequence of octets

headers
status

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 & RenderGetMapStateTile200Headers

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