Skip to main content
Module

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

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

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