# Map tools

The **Tracking** module contains tools and options in the top-right and bottom-right corners of the map. These tools allow you to easily view or change your map, layers, geofences, and POIs.

## Map search

The **Search** tool contains the following options that help you find specific locations:

* **Address search**: Enter an address to locate it on the map.
* **Places by label and tag**: Search for places using predefined labels and tags.
* **Geofences by label and tag**: Find geofences using their labels and tags.

## Places (POIs)

Places, also known as Points of Interest (POI), are specific locations that help organizations track visits, optimize route planning, and streamline various activities by marking key locations like offices, warehouses, and other critical sites.

* [Working with Places](/docs/user/guide/tracking/map-tools/places-pois.md)

## Geofences

Geofences are virtual perimeters that allow the system to monitor whether an object has crossed the geofence border ("in" or "out"). They enable users to generate geofence reports, receive alerts, and apply specific rules for events within designated areas.

* [Working with geofences](/docs/user/guide/tracking/map-tools/geofences.md)
* [Monitoring geofence entrance and exit](/docs/user/guide/events-and-notifications/movement-monitoring/geofence-entrance-or-exit.md)

## Map layers

You can choose different map layers to suit your needs. Options range from standard street maps to satellite imagery provided by various map vendors and may depend on the subscription plan. You can also [add map overlays using custom layers](/docs/user/guide/tracking/map-tools/layers.md).

## Map

You can choose a different map, such as **Google Maps** or **OpenStreetMap**. You also have the option to add your own map, such as **Mapbox** or **LocationIQ**.

## Street view

Access **Street View** by right-clicking on the map. This feature allows you to view real-world imagery of locations for better context and navigation.

## Route

The **Route** tool helps in planning and visualizing the path between multiple points. You can create and view detailed routes, making it easier to plan logistics.

## Distance and area measuring

The **Measuring** tool allows you to calculate:

* **Distance**: Measure the distance between two or more points on the map.
* **Area**: Calculate the area within a specified boundary.

## Reference point

The **Reference point** tool lets you mark a point on the map for easy reference. This can be useful for pinpointing key locations or setting up navigation aids, including sorting objects in your list by distance from the reference point.


---

# Agent Instructions: 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://navixy.com/docs/user/guide/tracking/map-tools.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.
