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

IpGeoLocation

import type { IpGeoLocation } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides geographic coordinates that indicate where a specified IP address originated from.

interface IpGeoLocation {
lat?: number | null;
lon?: number | null;
}

§Properties

§
lat?: number | null
[src]

The latitude coordinate of the location, rounded to four decimal places.

§
lon?: number | null
[src]

The longitude coordinate of the location, rounded to four decimal places.