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

GeolocationPositionError

interface GeolocationPositionError {
readonly code: number;
readonly message: string;
readonly PERMISSION_DENIED: number;
readonly POSITION_UNAVAILABLE: number;
readonly TIMEOUT: number;
}
var GeolocationPositionError: {
readonly PERMISSION_DENIED: number;
readonly POSITION_UNAVAILABLE: number;
readonly TIMEOUT: number;
}
;

§Properties

§
readonly code: number
[src]
§
readonly message: string
[src]
§
readonly PERMISSION_DENIED: number
[src]
§
readonly POSITION_UNAVAILABLE: number
[src]
§
readonly TIMEOUT: number
[src]