> For the complete documentation index, see [llms.txt](https://docs.moasure.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/en/moasure-one-and-moasure-2-series/what-you-can-measure/measure-driveways.md).

# Measure Driveways

Learn how to accurately measure driveways with Moasure, from capturing area and perimeter to recording elevation, grade, and volume.

These walkthroughs also demonstrate advanced features including **Trace Line**, **Arc**, **Ignore**, **Extrapolate Corner**, **Layers**, **Point Path**, and **Voice Notes**, helping you capture complex sites quickly and accurately.

Whether you're estimating materials, planning drainage, or calculating cut and fill, these workflows show how to make the most of Moasure on a real project.

***

### Part 1 – Measure Area & Perimeter

This walkthrough demonstrates how to accurately measure a driveway using a Closed Shape measurement while taking advantage of Moasure's advanced measurement tools.

{% embed url="<https://vimeo.com/1208748055?fe=ci&fl=sv&share=copy>" %}

#### In this walkthrough, you'll learn how to:

* Measure driveway area and perimeter.
* Choose a suitable start and finish point.
* Use Straight Line, Trace Line, and Arc Path types.
* Measure around curves and obstacles.
* Capture points around obstacles and remove them afterwards using the **Ignore** tool.
* Use **Extrapolate Corner** to measure inaccessible or obstructed corners.
* Save your completed measurement.

***

### Part 2 – Add Volume as a Layer

Once you've captured the driveway, you can add a second layer to calculate volume while keeping your original area and perimeter measurement separate.

{% embed url="<https://vimeo.com/1208748057?fe=ci&fl=sv&share=copy>" %}

#### In this walkthrough, you'll learn how to:

* Add a new measurement layer.
* Reuse the same **A–B reference line**.
* Capture elevation and grade data.
* Calculate cut and fill volumes.
* Record drainage locations using **Point Path**.
* Add **Voice Notes** to document important site information.

***

### Part 3 – Measure Volume in a Single Measurement

This walkthrough demonstrates how to measure area, elevation, and volume in one continuous measurement.

Choose this workflow when your primary goal is to calculate terrain, grade, or cut and fill volumes and you don't need the flexibility of separate measurement layers.

{% embed url="<https://youtu.be/9UatDcwy74E>" %}

#### In this walkthrough, you'll learn how to:

* Measure area and perimeter.
* Capture elevation throughout the measurement.
* Generate a 3D terrain model.
* Calculate cut and fill volumes.
* Review grade, surface mesh, and cross sections.

***

### Before You Start

Before measuring a driveway, we recommend that you're familiar with:

* [Start & Finish a Measurement](/en/moasure-one-and-moasure-2-series/measure-and-edit/start-and-finish-a-measurement.md)
* [Understanding Measurement Types](/en/moasure-one-and-moasure-2-series/measure-and-edit/understand-measurement-types.md)
* [Understanding Path Types](/en/moasure-one-and-moasure-2-series/measure-and-edit/understand-path-types.md)
* [Master Layers (for multi-layer measurements)](/en/moasure-one-and-moasure-2-series/measure-and-edit/master-layers.md)
* [Measuring Technique](/en/moasure-one-and-moasure-2-series/your-moasure-device/measuring-technique.md)

***

### Tips for Best Results

* Choose a memorable starting point so you can easily finish at the same location.
* Walk at a steady pace and place the device while the timer remains in the green zone, or no later than the amber zone.
* Use **Straight Line** for straight edges, **Trace Line** for sweeping curves, and **Arc** where obstacles prevent you from tracing the edge directly.
* When measuring additional layers, always begin from the same shared **A–B reference line**.
* When adding a volume layer, **use Point B as your Point C.** This creates a continuous measurement and makes your last point capture easily identifiable.&#x20;
* Save your measurement after completing each layer.


---

# 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://docs.moasure.com/en/moasure-one-and-moasure-2-series/what-you-can-measure/measure-driveways.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.
