puppeteer/website/versioned_docs/version-16.1.0/api/puppeteer.geolocationoptions.latitude.md

16 lines
212 B
Markdown
Raw Normal View History

---
sidebar_label: GeolocationOptions.latitude
---
# GeolocationOptions.latitude property
Longitude between -180 and 180.
**Signature:**
```typescript
interface GeolocationOptions {
latitude: number;
}
```