Show / Hide Table of Contents

Class Place.Types.ContainingPlace

Info about the place in which this place is located.

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

Constructors

ContainingPlace()

Declaration
public ContainingPlace()

ContainingPlace(ContainingPlace)

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

Properties

Id

The place id of the place in which this place is located.

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

Name

The resource name of the place in which this place is located.

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