Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/src/Page.ts>GeolocationOptions

Headless Chrome Deno API
Latest
interface GeolocationOptions
import { type GeolocationOptions } from "https://deno.land/x/pptr@1.2.0/src/Page.ts";

Properties

longitude: number

Latitude between -90 and 90.

latitude: number

Longitude between -180 and 180.

optional
accuracy: number

Optional non-negative accuracy value.