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

16 lines
212 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.
**Signature:**
```typescript
interface GeolocationOptions {
latitude: number;
}
```