> ## Documentation Index
> Fetch the complete documentation index at: https://docs.connectedfleet.michelin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Location types

Each Location can be defined using one of two geofence types Radius or Polygon.

<img className="block dark:hidden" src="https://mintcdn.com/mcf/eXZmsMb8TodBFawT/images/locations.png?fit=max&auto=format&n=eXZmsMb8TodBFawT&q=85&s=a4c15dc24c0d99f6ef40494e8dbd8f2a" width="928" height="398" data-path="images/locations.png" />

### Radius

A circular geofence defined from a central point (latitude and longitude) or derived from an address.

* The radius can be set between 0.001 km and 1 km (approximately 3 to 3,280 feet).
* Recommended default: 100 metres (≈328 feet).
* Ideal for simple, evenly shaped areas such as depots, yards, or customer sites.

<Tip> Use a circular geofence for small, regularly shaped areas to simplify reporting. </Tip>

### Polygon

A polygonal geofence defined by an ordered array of coordinate pairs.

* Must include at least three latitude and longitude pairs.
* The geofence boundary is automatically closed by linking the first and last coordinate pair.
* Suitable for irregularly shaped areas such as large warehouses, airfields, or industrial estates.

<Note> When importing via API, ensure the coordinates are listed in order (clockwise or counter-clockwise) to prevent crossing lines or invalid shapes. </Note>
