> For the complete documentation index, see [llms.txt](https://help.datamidsouth.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.datamidsouth.org/memphis-property-hub/advanced-features/measure-distances.md).

# Measure distances

## How to measure distances

{% stepper %}
{% step %}

### Locate button

On the[ left panel](/memphis-property-hub/getting-started/tour-the-interface.md#left-panel), click the button "Measure Distances."

<figure><img src="/files/fLjJrAZsGGCekMfDlcJG" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose a measurement type

Choose which measurement type to use:&#x20;

* **Line** - measures **length** of all lines drawn
* **Polygon** - measures **perimeter** and **area** of shape drawn&#x20;
* **Circle** - measures **radius**, **area**, and **perimeter** of the circle drawn
* **Driving distance** - measures **length** of roads where **vehicles** can travel according to lines drawn&#x20;
* **Cycling distance** - measures **length** of roads where **bikes** can travel according to lines drawn&#x20;
* **Walking distance** - measures **length** of roads where **pedestrians** can travel according to lines drawn&#x20;
  {% endstep %}

{% step %}

### Draw measurement area

Click on the map to draw the measurement area.&#x20;

For **polygon**, click points on the map to draw boundaries - ending with the first point to close the shape.&#x20;

<figure><img src="/files/TLX8lWdo4NXU6Gg2ar6x" alt="" width="563"><figcaption></figcaption></figure>

For **circle**, click once to generate an initial circle, then move your mouse to make the radius bigger or smaller. When you're happy with the size, click anywhere on the map.&#x20;

<figure><img src="/files/OMVuX52JB2Y2BlOV6dwO" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Done" button

{% hint style="info" %}
This is not necessary for Polygon or Circle measurements.
{% endhint %}

After final click on the map, select the button that says "Done" to calculate.&#x20;

<figure><img src="/files/7lyTEvofuYovYVH0jhKg" alt="" width="275"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### How do I undo a measurement?

To undo a measurement, click the **Trash Can** in the top right-hand corner of the pop-up window.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://help.datamidsouth.org/memphis-property-hub/advanced-features/measure-distances.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
