Class Place.Types.SubDestination
Place resource name and id of sub destinations that relate to the place.
For example, different terminals are different destinations of an airport.
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