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
§
Geometry: PlaceGeometry
[src]