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

MapInfo

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

Geo information used for rendering a map that shows the user's work location.

interface MapInfo {
lat?: number;
locationUrl?: SafeUrlProto;
long?: number;
mapTile?: MapTile[];
zoom?: number;
}

§Properties

§
lat?: number
[src]

Latitude in degrees

§
locationUrl?: SafeUrlProto
[src]

URL to a view of a map centered on the user's work location in Campus Maps (for google.com) or Google Maps (external).

§
long?: number
[src]

Longitude in degrees

§
mapTile?: MapTile[]
[src]

MapTiles for the area around a user's work location

§
zoom?: number
[src]

The zoom level of the map. A constant zoom value of 18 is used for now to match the zoom of the map shown on a Moma Teams Profile page