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

MapTile

import type { MapTile } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Information used to render a map tile image in the proper location on a map.

interface MapTile {
imageUrl?: SafeUrlProto;
tileX?: number;
tileY?: number;
}

§Properties

§

URL to an image file containing an office layout of the user's location for their organization, if one is available. For google.com, this image is from Corp Campus Maps.

§
tileX?: number
[src]

Map tile x coordinate

§
tileY?: number
[src]

Map tile y coordinate