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

Region

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

A region is a geographic boundary such as: cities, postal codes, counties, states, etc.

interface Region {
place?: string;
}

§Properties

§
place?: string
[src]

The unique identifier of a specific geographic region.