Skip to content

Geo API

Block name
Block rendering

Saves a geopoint in the database.
geo-save-geopoint

Deletes a geopoint from the database.
geo-delete-geopoint

Creates a geo category in the database.
geo-create-geocategory

Deletes a geo category from the database.
geo-delete-geocategory

Returns a list of geo categories.
geo-get-categories

Returns the number of geopoints in a category optionally matching the metadata properties.
geo-get-count

Returns a list of geopoints from the categories optionally matching the metadata.
geo-find-points

Returns a list of geopoints within the specified radius from the center point optionally matching the metadata.
geo-find-points-radius

Returns a list of geopoints found in a geographic (rectangular) area identified by the specified coordinates, optionally matching the metadata.
geo-find-points-map