Show / Hide Table of Contents

Class PlaceInsight

Holds information about a place

Inheritance
object
PlaceInsight
Implements
IMessage<PlaceInsight>
IEquatable<PlaceInsight>
IDeepCloneable<PlaceInsight>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.AreaInsights.V1
Assembly: Google.Maps.AreaInsights.V1.dll
Syntax
public sealed class PlaceInsight : IMessage<PlaceInsight>, IEquatable<PlaceInsight>, IDeepCloneable<PlaceInsight>, IBufferMessage, IMessage

Constructors

PlaceInsight()

Declaration
public PlaceInsight()

PlaceInsight(PlaceInsight)

Declaration
public PlaceInsight(PlaceInsight other)
Parameters
Type Name Description
PlaceInsight other

Properties

Place

The resource name of a place. This resource name can be used to retrieve details about the place using the Places API.

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

PlaceAsPlaceName

PlaceName-typed view over the Place resource name property.

Declaration
public PlaceName PlaceAsPlaceName { get; set; }
Property Value
Type Description
PlaceName
In this article
Back to top Generated by DocFX