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

LatLongRect

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

Rectangle determined by min and max LatLng pairs.

interface LatLongRect {
maxLatLng?: LatLng;
minLatLng?: LatLng;
}

§Properties

§
maxLatLng?: LatLng
[src]

Max lat/long pair.

§
minLatLng?: LatLng
[src]

Min lat/long pair.