Show / Hide Table of Contents

Class Place.Types.SubDestination

Sub-destinations are specific places associated with a main place. These provide more specific destinations for users who are searching within a large or complex place, like an airport, national park, university, or stadium. For example, sub-destinations at an airport might include associated terminals and parking lots. Sub-destinations return the place ID and place resource name, which can be used in subsequent Place Details (New) requests to fetch richer details, including the sub-destination's display name and location.

Inheritance
object
Place.Types.SubDestination
Implements
IMessage<Place.Types.SubDestination>
IEquatable<Place.Types.SubDestination>
IDeepCloneable<Place.Types.SubDestination>
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 Place.Types.SubDestination : IMessage<Place.Types.SubDestination>, IEquatable<Place.Types.SubDestination>, IDeepCloneable<Place.Types.SubDestination>, IBufferMessage, IMessage

Constructors

SubDestination()

Declaration
public SubDestination()

SubDestination(SubDestination)

Declaration
public SubDestination(Place.Types.SubDestination other)
Parameters
Type Name Description
Place.Types.SubDestination other

Properties

Id

The place id of the sub-destination.

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

Name

The resource name of the sub-destination.

Declaration
public string Name { 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