Skip to main content
Module

x/puppeteer/mod.ts>GeolocationOptions

A port of puppeteer running on Deno
Latest
interface GeolocationOptions
import { type GeolocationOptions } from "https://deno.land/x/puppeteer@16.2.0/mod.ts";

Properties

longitude: number

Latitude between -90 and 90.

latitude: number

Longitude between -180 and 180.

optional
accuracy: number

Optional non-negative accuracy value.