Show / Hide Table of Contents

Class LatLngBox

A bounding box in lat/lng coordinates.

Inheritance
object
LatLngBox
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class LatLngBox : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Ne

The northeast corner of the box.

Declaration
[JsonProperty("ne")]
public virtual LatLng Ne { get; set; }
Property Value
Type Description
LatLng

Sw

The southwest corner of the box.

Declaration
[JsonProperty("sw")]
public virtual LatLng Sw { get; set; }
Property Value
Type Description
LatLng

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX