Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LatLngBox

import type { LatLngBox } from "https://googleapis.deno.dev/v1/solar:v1.ts";

A bounding box in lat/lng coordinates.

interface LatLngBox {
ne?: LatLng;
sw?: LatLng;
}

§Properties

§

The northeast corner of the box.

§

The southwest corner of the box.