Show / Hide Table of Contents

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.

Inheritance
object
GoogleMapsPlacesV1AddressDescriptor
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX