2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: GeolocationOptions.latitude
|
|
|
|
---
|
|
|
|
|
|
|
|
# GeolocationOptions.latitude property
|
|
|
|
|
2022-08-10 21:34:29 +00:00
|
|
|
Longitude between `-180` and `180`.
|
2022-07-05 13:41:43 +00:00
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface GeolocationOptions {
|
|
|
|
latitude: number;
|
|
|
|
}
|
|
|
|
```
|