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

LatLngBounds

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

A rectangle in geographical coordinates.

interface LatLngBounds {
northeast?: LatLng;
southwest?: LatLng;
}

§Properties

§
northeast?: LatLng
[src]

The northeast corner of these bounds.

§
southwest?: LatLng
[src]

The southwest corner of these bounds.