Click or drag to resize

latlon Function

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
latlon Function

The latlon function converts two floating point values to a LatLon (latitude, longitude pair) type.

Syntax

Alchemy
latlon(lat, lon);
Nomenclature
latlatitude (float)
lonlongitude (float)
Example
Alchemy
IMPORT POI [
        GEOM = latlon(float.parse(%lat), float.parse(%lon)),
        LABEL = %name
] FROM "mycsvfile.csv";