Class BuildingCoordinates
Public API: Resources.buildings
Inheritance
System.Object
BuildingCoordinates
Implements
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.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BuildingCoordinates : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Latitude
Latitude in decimal degrees.
Declaration
[JsonProperty("latitude")]
public virtual double? Latitude { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Longitude
Longitude in decimal degrees.
Declaration
[JsonProperty("longitude")]
public virtual double? Longitude { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |