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
Place.Types.SubDestination
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
SubDestination(SubDestination)
Declaration
public SubDestination(Place.Types.SubDestination other)
Parameters
Properties
Id
The place id of the sub-destination.
Declaration
public string Id { get; set; }
Property Value
Name
The resource name of the sub-destination.
Declaration
public string Name { get; set; }
Property Value
PlaceName
Declaration
public PlaceName PlaceName { get; set; }
Property Value