> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/backend/geocoding-and-place-search.md).

# Geocoding and Place search

Due to popular demand, we have added 3 new platforms for geocoding and address search. This is because of report of high charges from google map services.

The newly added platforms:

1. Opencage : <https://opencagedata.com/api>&#x20;
2. Radar : <https://radar.com/>
3. Locationiq : [https://locationiq.com/ ](<https://locationiq.com/ >)

## How to change the platform

* You can change the geocoding and search platform from the Map settings in the backend, as shown below:

![](/files/qaU793C9fHRkcRnP6Vi2)

* Then you have to set the **API Key** or **API token** by what ever platform you select.

{% hint style="warning" %} <mark style="color:red;">**Note:**</mark> Your result might be less accurate compare to google map service, but they are very affordable
{% endhint %}

## Api Key Restriction

You can now enable api key restriction with any of the geocoding platform including google maps

{% hint style="warning" %}
**Note:** you need to have the "*<mark style="color:blue;">Continue Using geocoding on app</mark>*" disabled
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://edentech.gitbook.io/glover/backend/geocoding-and-place-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
