
# Measurement Unit Area

Unit of area used to measure a quantity.

## Enumeration

`MeasurementUnitArea`

## Fields

| Name | Description |
|  --- | --- |
| `IMPERIAL_ACRE` | The area is measured in acres. |
| `IMPERIAL_SQUARE_INCH` | The area is measured in square inches. |
| `IMPERIAL_SQUARE_FOOT` | The area is measured in square feet. |
| `IMPERIAL_SQUARE_YARD` | The area is measured in square yards. |
| `IMPERIAL_SQUARE_MILE` | The area is measured in square miles. |
| `METRIC_SQUARE_CENTIMETER` | The area is measured in square centimeters. |
| `METRIC_SQUARE_METER` | The area is measured in square meters. |
| `METRIC_SQUARE_KILOMETER` | The area is measured in square kilometers. |

