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

GoogleCloudVisionV1p1beta1LocationInfo

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

Detected entity location information.

interface GoogleCloudVisionV1p1beta1LocationInfo {
latLng?: LatLng;
}

§Properties

§
latLng?: LatLng
[src]

lat/long location coordinates.