puppeteer/new-docs/puppeteer.geolocationoptions.latitude.md

14 lines
398 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [GeolocationOptions](./puppeteer.geolocationoptions.md) &gt; [latitude](./puppeteer.geolocationoptions.latitude.md)
## GeolocationOptions.latitude property
Longitude between -180 and 180.
<b>Signature:</b>
```typescript
latitude: number;
```