RegionCopyimport 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.