Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetMapTileResponse

import type { GetMapTileResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface GetMapTileResponse {
Blob?: Uint8Array | null;
ContentType?: string | null;
}

§Properties

§
Blob?: Uint8Array | null
[src]

Contains Mapbox Vector Tile (MVT) data.

§
ContentType?: string | null
[src]

The map tile's content type. For example, application/vnd.mapbox-vector-tile.