# Longitude

The **Longitude** function obtains the longitude of a point.

The input column must be a valid location within the [Geographic Coordinate System.](https://en.wikipedia.org/wiki/Geographic_coordinate_system)

### Syntax

```
Longitude(point)
```

The function argument is:

<table><thead><tr><th width="258"></th><th></th></tr></thead><tbody><tr><td>point</td><td><p><br>Required </p><p>A valid point value that can be located on the Earth's sphere; must comply with the <a href="https://en.wikipedia.org/wiki/Geographic_coordinate_system">Geographic Coordinate System</a>. The function does not support other coordinate types, such as lines, polygons, and so on.</p></td></tr></tbody></table>

### Example

```
Longitude([Coordinates])
```

The function **Longitude** extracts the latitude of a point from the **Coordinate** column:

<figure><img src="https://files.readme.io/ed0e95d-function-logitude-example.png" alt=""><figcaption></figcaption></figure>

<br>
