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

GeoLocation

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

The geographical location of the MonitoringPoint.

interface GeoLocation {
country?: string;
formattedAddress?: string;
}

§Properties

§
country?: string
[src]

Country.

§
formattedAddress?: string
[src]

Formatted address.