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

GoogleMapsPlacesV1PlacePlusCode

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

Plus code (http://plus.codes) is a location reference with two formats: global code defining a 14mx14m (1/8000th of a degree) or smaller rectangle, and compound code, replacing the prefix with a reference location.

interface GoogleMapsPlacesV1PlacePlusCode {
compoundCode?: string;
globalCode?: string;
}

§Properties

§
compoundCode?: string
[src]

Place's compound code, such as "33GV+HQ, Ramberg, Norway", containing the suffix of the global code and replacing the prefix with a formatted name of a reference entity.

§
globalCode?: string
[src]

Place's global (full) code, such as "9FWM33GV+HQ", representing an 1/8000 by 1/8000 degree area (~14 by 14 meters).