GeoMakePoint - script and chart function
GeoMakePoint() is used in scripts and chart expressions to create and tag a point with latitude and longitude. GeoMakePoint returns points in the order of longitude and latitude.
Syntax:
GeoMakePoint(lat_field_name, lon_field_name)
Return data type: string, formatted [longitude, latitude]
Arguments:
Argument | Description |
---|---|
lat_field_name | A field or expression referring to a field representing the latitude of the point. |
lon_field_name | A field or expression referring to a field representing the longitude of the point. |
Tip noteDo not use the Group by clause in the data load editor with this and other non-aggregating geospatial functions, because this will cause an error on load.