Show / Hide Table of Contents

Class GoogleMapsPlacesV1AddressDescriptorArea

Area information and the area's relationship with the target location. Areas includes precise sublocality, neighborhoods, and large compounds that are useful for describing a location.

Inheritance
object
GoogleMapsPlacesV1AddressDescriptorArea
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 GoogleMapsPlacesV1AddressDescriptorArea : IDirectResponseSchema

Properties

Containment

Defines the spatial relationship between the target location and the area.

Declaration
[JsonProperty("containment")]
public virtual string Containment { get; set; }
Property Value
Type Description
string

DisplayName

The area's display name.

Declaration
[JsonProperty("displayName")]
public virtual GoogleTypeLocalizedText DisplayName { get; set; }
Property Value
Type Description
GoogleTypeLocalizedText

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

The area's resource name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PlaceId

The area's place id.

Declaration
[JsonProperty("placeId")]
public virtual string PlaceId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX