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

Place

import type { Place } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/location.ts";
interface Place {
AddressNumber?: string | null;
Country?: string | null;
Geometry: PlaceGeometry;
Label?: string | null;
Municipality?: string | null;
Neighborhood?: string | null;
PostalCode?: string | null;
Region?: string | null;
Street?: string | null;
SubRegion?: string | null;
}

§Properties

§
AddressNumber?: string | null
[src]
§
Country?: string | null
[src]
§
Label?: string | null
[src]
§
Municipality?: string | null
[src]
§
Neighborhood?: string | null
[src]
§
PostalCode?: string | null
[src]
§
Region?: string | null
[src]
§
Street?: string | null
[src]
§
SubRegion?: string | null
[src]