Class Place.Types.ContainingPlace
Info about the place in which this place is located.
Inheritance
Place.Types.ContainingPlace
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.ContainingPlace : IMessage<Place.Types.ContainingPlace>, IEquatable<Place.Types.ContainingPlace>, IDeepCloneable<Place.Types.ContainingPlace>, IBufferMessage, IMessage
Constructors
ContainingPlace()
Declaration
ContainingPlace(ContainingPlace)
Declaration
public ContainingPlace(Place.Types.ContainingPlace other)
Parameters
Properties
Id
The place id of the place in which this place is located.
Declaration
public string Id { get; set; }
Property Value
Name
The resource name of the place in which this place is located.
Declaration
public string Name { get; set; }
Property Value
PlaceName
Declaration
public PlaceName PlaceName { get; set; }
Property Value