GoogleMapsPlacesV1AddressDescriptor
import type { GoogleMapsPlacesV1AddressDescriptor } from "https://googleapis.deno.dev/v1/places:v1.ts";
A relational description of a location. Includes a ranked set of nearby landmarks and precise containing areas and their relationship to the target location.
interface GoogleMapsPlacesV1AddressDescriptor {
areas?: GoogleMapsPlacesV1AddressDescriptorArea[];
landmarks?: GoogleMapsPlacesV1AddressDescriptorLandmark[];
}§Properties
§
A ranked list of containing or adjacent areas. The most recognizable and precise areas are ranked first.
§
landmarks?: GoogleMapsPlacesV1AddressDescriptorLandmark[]
[src]A ranked list of nearby landmarks. The most recognizable and nearby landmarks are ranked first.