34ff00e2fe
* fix: added parts of website * fix: removed unnecessary lines * fix: updated contributing.md * fix: added parts of sidebar * fix: added all APIs * fix: added version 10.0.0 Co-authored-by: Jack Franklin <jacktfranklin@chromium.org>
710 B
710 B
Home > puppeteer > GeolocationOptions
GeolocationOptions interface
Signature:
export interface GeolocationOptions
Properties
Property | Type | Description |
---|---|---|
accuracy? | number | (Optional) Optional non-negative accuracy value. |
latitude | number | Longitude between -180 and 180. |
longitude | number | Latitude between -90 and 90. |