Class LatLngBox
A bounding box in lat/lng coordinates.
Implements
Inherited Members
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 |