> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GeolocationOptions

Input options for specifying geolocation coordinates for 'setGeolocation' or page options.

## Definition

```graphql theme={null}
input GeolocationOptions {
  latitude: Float!
  longitude: Float!
  accuracy: Float
}
```

## Fields

### `latitude`

[Float!](/reference/graphql/scalars/float)

Latitude, in decimal degrees. Example: `34.0522` for Los Angeles.

### `longitude`

[Float!](/reference/graphql/scalars/float)

Longitude, in decimal degrees. Example: `-118.2437` for Los Angeles.

### `accuracy`

[Float](/reference/graphql/scalars/float)

Accuracy of the geolocation, in meters. Example: `50.0`.
