Skip to main content
Module

x/evt/lib/types/lib.dom.ts>Coordinates

💧EventEmitter's typesafe replacement
Go to Latest
interface Coordinates
import { type Coordinates } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

The position and altitude of the device on Earth, as well as the accuracy with which these properties are calculated.

Properties

readonly
accuracy: number
readonly
altitude: number | null
readonly
altitudeAccuracy: number | null
readonly
heading: number | null
readonly
latitude: number
readonly
longitude: number
readonly
speed: number | null