Table of Contents

Class LatLngBox

Namespace
GoogleMapsApi.Entities.Solar.Response
Assembly
GoogleMapsApi.dll

A latitude/longitude bounding box defined by its southwest and northeast corners.

public sealed class LatLngBox
Inheritance
LatLngBox
Inherited Members

Properties

Ne

The northeast corner of the box.

[JsonPropertyName("ne")]
public LatLng? Ne { get; set; }

Property Value

LatLng

Sw

The southwest corner of the box.

[JsonPropertyName("sw")]
public LatLng? Sw { get; set; }

Property Value

LatLng