---
sidebar_label: GeolocationOptions.latitude
# GeolocationOptions.latitude property
Longitude between -180 and 180.
**Signature:**
```typescript
interface GeolocationOptions {
latitude: number;
}
```