puppeteer/docs/api/puppeteer.geolocationoptions.latitude.md

16 lines
216 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: GeolocationOptions.latitude
---
# GeolocationOptions.latitude property
Longitude between `-180` and `180`.
2022-07-05 13:41:43 +00:00
**Signature:**
```typescript
interface GeolocationOptions {
latitude: number;
}
```