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://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the location of the remote IP address.

interface GeoLocation {
Lat?: number | null;
Lon?: number | null;
}

§Properties

§
Lat?: number | null
[src]

The latitude information of the remote IP address.

§
Lon?: number | null
[src]

The longitude information of the remote IP address.