2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: GeolocationOptions.latitude
|
|
|
|
---
|
|
|
|
|
|
|
|
# GeolocationOptions.latitude property
|
|
|
|
|
2022-08-16 11:58:16 +00:00
|
|
|
Longitude between `-180` and `180`.
|
2022-08-06 14:49:20 +00:00
|
|
|
|
2022-10-24 14:23:24 +00:00
|
|
|
**Signature:**
|
2022-08-06 14:49:20 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface GeolocationOptions {
|
|
|
|
latitude: number;
|
|
|
|
}
|
|
|
|
```
|