Show / Hide Table of Contents

Class Place.Types.Attribution

Information about data providers of this place.

Inheritance
object
Place.Types.Attribution
Implements
IMessage<Place.Types.Attribution>
IEquatable<Place.Types.Attribution>
IDeepCloneable<Place.Types.Attribution>
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.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
In this article
Back to top Generated by DocFX