Class Place.Types.Attribution
Information about data providers of this place.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.Attribution : IMessage<Place.Types.Attribution>, IEquatable<Place.Types.Attribution>, IDeepCloneable<Place.Types.Attribution>, IBufferMessage, IMessage
Constructors
Attribution()
Declaration
public Attribution()
Attribution(Attribution)
Declaration
public Attribution(Place.Types.Attribution other)
Parameters
Type | Name | Description |
---|---|---|
Place.Types.Attribution | other |
Properties
Provider
Name of the Place's data provider.
Declaration
public string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |
ProviderUri
URI to the Place's data provider.
Declaration
public string ProviderUri { get; set; }
Property Value
Type | Description |
---|---|
string |