Skip to main content
Module

x/commandis/mod.ts>dom.Coordinates

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.Coordinates
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.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