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

16 lines
217 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:
2022-07-05 13:41:43 +00:00
```typescript
interface GeolocationOptions {
latitude: number;
}
```