# Latitude

The **Latitude** function obtains the latitude 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

```
Latitude(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

```
Latitude([Coordinates])
```

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

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