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.
Implements
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
Declaration
public PlaceName PlaceName { get; set; }
Property Value
Type | Description |
---|---|
PlaceName |