Skip to main content
Latest
interface GeolocationOptions
import { type GeolocationOptions } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/common/Page.d.ts";

Properties

longitude: number

Latitude between -90 and 90.

latitude: number

Longitude between -180 and 180.

optional
accuracy: number

Optional non-negative accuracy value.