Class BuildingCoordinates
Public API: Resources.buildings
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BuildingCoordinates : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Latitude
Latitude in decimal degrees.
Declaration
[JsonProperty("latitude")]
public virtual double? Latitude { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
Longitude
Longitude in decimal degrees.
Declaration
[JsonProperty("longitude")]
public virtual double? Longitude { get; set; }Property Value
| Type | Description | 
|---|---|
| double? |