puppeteer/website/versioned_docs/version-17.0.0/api/puppeteer.geolocationoptions.accuracy.md

16 lines
219 B
Markdown
Raw Normal View History

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