Show / Hide Table of Contents

Class Place.AddressData

The physical address of the place.

Inheritance
System.Object
Place.AddressData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Plus.v1.Data
Assembly: Google.Apis.Plus.v1.dll
Syntax
public class AddressData

Properties

Formatted

The formatted address for display.

Declaration
[JsonProperty("formatted")]
public virtual string Formatted { get; set; }
Property Value
Type Description
System.String
Back to top