puppeteer/docs/api/puppeteer.geolocationoptions.accuracy.md

13 lines
226 B
Markdown
Raw Normal View History

---
sidebar_label: GeolocationOptions.accuracy
---
# GeolocationOptions.accuracy property
Optional non-negative accuracy value.
**Signature:**
```typescript
interface GeolocationOptions {accuracy?: number;}
```