Show / Hide Table of Contents

Class AddressDescriptor

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
AddressDescriptor
Implements
IMessage<AddressDescriptor>
IEquatable<AddressDescriptor>
IDeepCloneable<AddressDescriptor>
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 : IMessage<AddressDescriptor>, IEquatable<AddressDescriptor>, IDeepCloneable<AddressDescriptor>, IBufferMessage, IMessage

Constructors

AddressDescriptor()

Declaration
public AddressDescriptor()

AddressDescriptor(AddressDescriptor)

Declaration
public AddressDescriptor(AddressDescriptor other)
Parameters
Type Name Description
AddressDescriptor other

Properties

Areas

A ranked list of containing or adjacent areas. The most recognizable and precise areas are ranked first.

Declaration
public RepeatedField<AddressDescriptor.Types.Area> Areas { get; }
Property Value
Type Description
RepeatedField<AddressDescriptor.Types.Area>

Landmarks

A ranked list of nearby landmarks. The most recognizable and nearby landmarks are ranked first.

Declaration
public RepeatedField<AddressDescriptor.Types.Landmark> Landmarks { get; }
Property Value
Type Description
RepeatedField<AddressDescriptor.Types.Landmark>
In this article
Back to top Generated by DocFX