Skip to main content

GEO_POINT

Creates a point geometry from longitude and latitude

Updated today

Description

The GEO_POINT() function creates a Point geometry from longitude and latitude coordinates.

Syntax

GEO_POINT(longitude, latitude)

Output

geometry

Variables

  • longitude: The longitude coordinate of the point.

  • latitude: The latitude coordinate of the point.

Example

GEO_POINT(`Longitude`, `Latitude`)

Longitude

Latitude

Geo Point

-118.2437

34.0522

Point

-73.9857

40.7484

Point

-87.6298

41.8781

Point

Did this answer your question?