Show / Hide Table of Contents

Class Geolayerdata.GeoData.ViewportData.LoData

Inheritance
object
Geolayerdata.GeoData.ViewportData.LoData
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.LoData

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?
In this article
Back to top Generated by DocFX