Show / Hide Table of Contents

Class Geolayerdata.GeoData.ViewportData

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

Inheritance
object
Geolayerdata.GeoData.ViewportData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Geolayerdata.GeoData.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 Generated by DocFX