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

PositionalAccuracy

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

Defines the level of certainty of the position.

interface PositionalAccuracy {
Horizontal: number;
}

§Properties

§
Horizontal: number
[src]

Estimated maximum distance, in meters, between the measured position and the true position of a device, along the Earth's surface.