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

GetMapSpritesRequest

import type { GetMapSpritesRequest } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface GetMapSpritesRequest {
FileName: string;
MapName: string;
}

§Properties

§
FileName: string
[src]

The name of the sprite file. Use the following file names for the sprite sheet:

  • sprites.png
    
  • sprites@2x.png for high pixel density displays

For the JSON document contain image offsets. Use the following file names:

  • sprites.json
    
  • sprites@2x.json for high pixel density displays
§
MapName: string
[src]

The map resource associated with the sprite file.