> 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/extensions-1/driver-tracking-extensions.md).

# Driver tracking extensions

**Driver Tracking** is to track drivers locations in real time.

## HOW TO INSTALL

Here are the steps needed to have **Driver tracking** installed on your server.

1. Buy/Download the extension
2. Go to extensions menu on your backend
3. Click on **Install** button, and import the **driver\_tracking** zipped file that you  downloaded
4. Then click on **Install** button

**NOTE:** Please make sure you have enabled **Google Map Javascript api** on your google map console

## HOW TO USE

Before you can start using it, please make sure you have setup firebase on your backend properly. To setup firebase on your backend use this link: <https://bit.ly/3qt6hIc>&#x20;

You can use this extension to tracking drivers current/last location in real time.

1. Click extensions on your backend&#x20;
2. Select **Driver tracking** extension from the list of available extensions
3. After clicking the extension, you will see a page with a map view, then you can select the action buttons. Action buttons like **All, Online, Offline** or **Custom**

**SCREENSHOTS**

![](/files/eYzUSMfdCVMZTInecpAJ)

![](/files/F1H3T5Oz9JbWLJH3f1cH)

**All -** View all list of drivers and location on map view

![](/files/bKc2SYjrgQvZstikxmEd)

**Online -** View all online drivers location on map view

**Offline -** View all offline drivers last know location on map view

**Custom -** Will show a dialog for you to search and select any driver/drivers for you to see their location on map view

![](/files/oyzilKpoKYJ1m1aPkVZj)

## CHANGE LOGS

### 1.0.5 - 20/02/2022

```
Move extension to sidebar menu
```

### 1.0.4 - 14/01/2022

```
Online/offline indicator
Fix double extension after updating extension
```

### 1.0.3 - 06/01/2022

```
Fix bugs
View online/offline drivers
```


---

# 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/extensions-1/driver-tracking-extensions.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.
