Class GoogleMapsPlacesV1AddressDescriptor
A relational description of a location. Includes a ranked set of nearby landmarks and precise containing areas and their relationship to the target location.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1AddressDescriptor : IDirectResponseSchema
Properties
Areas
A ranked list of containing or adjacent areas. The most recognizable and precise areas are ranked first.
Declaration
[JsonProperty("areas")]
public virtual IList<GoogleMapsPlacesV1AddressDescriptorArea> Areas { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1AddressDescriptorArea> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Landmarks
A ranked list of nearby landmarks. The most recognizable and nearby landmarks are ranked first.
Declaration
[JsonProperty("landmarks")]
public virtual IList<GoogleMapsPlacesV1AddressDescriptorLandmark> Landmarks { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleMapsPlacesV1AddressDescriptorLandmark> |