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

Location

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

The device location containing the latitude and longitude.

interface Location {
latitude?: number;
longitude?: number;
}

§Properties

§
latitude?: number
[src]

The latitude position of the location

§
longitude?: number
[src]

The longitude position of the location