llToEarth
fun llToEarth(lat: ColumnDeclaring<Double>, lng: ColumnDeclaring<Double>): FunctionExpression<Earth>(source)
Returns the location of a point on the surface of the Earth given its latitude (argument 1) and longitude (argument 2) in degrees.
Function from earthdistance extension