Show / Hide Table of Contents

Class AddressDescriptor.Types.Area

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
AddressDescriptor.Types.Area
Implements
IMessage<AddressDescriptor.Types.Area>
IEquatable<AddressDescriptor.Types.Area>
IDeepCloneable<AddressDescriptor.Types.Area>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class AddressDescriptor.Types.Area : IMessage<AddressDescriptor.Types.Area>, IEquatable<AddressDescriptor.Types.Area>, IDeepCloneable<AddressDescriptor.Types.Area>, IBufferMessage, IMessage

Constructors

Area()

Declaration
public Area()

Area(Area)

Declaration
public Area(AddressDescriptor.Types.Area other)
Parameters
Type Name Description
AddressDescriptor.Types.Area other

Properties

Containment

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

Declaration
public AddressDescriptor.Types.Area.Types.Containment Containment { get; set; }
Property Value
Type Description
AddressDescriptor.Types.Area.Types.Containment

DisplayName

The area's display name.

Declaration
public LocalizedText DisplayName { get; set; }
Property Value
Type Description
LocalizedText

Name

The area's resource name.

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

PlaceId

The area's place id.

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

PlaceName

PlaceName-typed view over the Name resource name property.

Declaration
public PlaceName PlaceName { get; set; }
Property Value
Type Description
PlaceName
In this article
Back to top Generated by DocFX