/autocomplete
an array of gazetteer results.
GET
geolytix.xyz/api/gazetteer/autocomplete
Request an array of gazetteer results from a gazetteer defined in the workspace locale.
Query Parameters
Name
Type
Description
locale
string
The locale which contains the gazetteer definition.
q
string
The search term to be used in the gazetteer query.
token
string
A token is required to access private endpoints.
[
{
"label":"L9 8AQ",
"id":2102,
"table":"dev_cluster",
"layer":"cluster",
"marker":"-2.970027988,53.462788997",
"source":"glx"
},
{...}
]
Last updated