Class PlaceInsight
Holds information about a place
Assembly: Google.Maps.AreaInsights.V1.dll
Syntax
public sealed class PlaceInsight : IMessage<PlaceInsight>, IEquatable<PlaceInsight>, IDeepCloneable<PlaceInsight>, IBufferMessage, IMessage
Constructors
PlaceInsight()
Declaration
PlaceInsight(PlaceInsight)
Declaration
public PlaceInsight(PlaceInsight other)
Parameters
Properties
Place
The unique identifier of the 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
PlaceAsPlaceName
Declaration
public PlaceName PlaceAsPlaceName { get; set; }
Property Value