Class Geolayerdata.GeoData.ViewportData.HiData
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Geolayerdata.GeoData.ViewportData.HiData
Properties
Latitude
Declaration
[JsonProperty("latitude")]
public virtual double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
double? |
Longitude
Declaration
[JsonProperty("longitude")]
public virtual double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
double? |