Skip to main content
Module

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

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

The reason of an error occurring when using the geolocating device.

Properties

readonly
code: number
readonly
message: string
readonly
PERMISSION_DENIED: number
readonly
POSITION_UNAVAILABLE: number
readonly
TIMEOUT: number