GoogleMapsPlacesV1AddressDescriptorLandmark
import type { GoogleMapsPlacesV1AddressDescriptorLandmark } from "https://googleapis.deno.dev/v1/places:v1.ts";
Basic landmark information and the landmark's relationship with the target location. Landmarks are prominent places that can be used to describe a location.
§Properties
The landmark's display name.
Defines the spatial relationship between the target location and the landmark.
The straight line distance, in meters, between the center point of the
target and the center point of the landmark. In some situations, this value
can be longer than travel_distance_meters
.
The travel distance, in meters, along the road network from the target to the landmark, if known. This value does not take into account the mode of transportation, such as walking, driving, or biking.
A set of type tags for this landmark. For a complete list of possible values, see https://developers.google.com/maps/documentation/places/web-service/place-types.