Show / Hide Table of Contents

Class Geolayerdata.GeoData.ViewportData

The viewport for showing this location. This is a latitude, longitude rectangle.

Inheritance
System.Object
Geolayerdata.GeoData.ViewportData
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.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class ViewportData

Properties

Hi

Declaration
[JsonProperty("hi")]
public virtual Geolayerdata.GeoData.ViewportData.HiData Hi { get; set; }
Property Value
Type Description
Geolayerdata.GeoData.ViewportData.HiData

Lo

Declaration
[JsonProperty("lo")]
public virtual Geolayerdata.GeoData.ViewportData.LoData Lo { get; set; }
Property Value
Type Description
Geolayerdata.GeoData.ViewportData.LoData
In This Article
Back to top