Converts a series of coordinates into a GeoJSON of the specified type.
geoConvert(coordinates, geo_type[, properties])
coordinates
Required. One or more coordinates
geo_type
Required. GeoJSON geometry type. Options are ‘point’, ‘lineString’, ‘multiLineString’, ‘multiPoint’, ‘multiPolygon’, and ‘polygon’
properties
Optional. Escaped JSON array with properties to be added to the GeoJSON output.
Convert a given coordinate into a GeoJSON point with specified properties.