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

GetMapSpritesResponse

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

§Properties

§
Blob?: Uint8Array | null
[src]

Contains the body of the sprite sheet or JSON offset file.

§
ContentType?: string | null
[src]

The content type of the sprite sheet and offsets. For example, the sprite sheet content type is image/png, and the sprite offset JSON document is application/json.