13 lines
219 B
Markdown
13 lines
219 B
Markdown
---
|
|
sidebar_label: GeolocationOptions.latitude
|
|
---
|
|
# GeolocationOptions.latitude property
|
|
|
|
Longitude between -180 and 180.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface GeolocationOptions {latitude: number;}
|
|
```
|