> ## 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 addresses

The address for a location's centrepoint can be specified as either a geographic coordinates or an address.

### Coordinates

* **longitude** and **latitude** coordinates 
* An address lookup is done to determine values for **roadNumber**, **road**, **city**, **postcode** and **country**.

### Addresses

* **roadNumber**, **road**, **city**, **postcode**, **country** 
* A lookup is done to determine the **longitude** and **latitude** coordinates for specified details.

<Note>
  that if a value for both address and longitude/latitude values are specified in the API call, then no check is performed to validate that the address matches the longitude/latitude values.
</Note>

### Formatted address label

A **formattedAddress** is constructed as a comma separated set of values from **roadNumber**, **road**, **city**, **postcode** and **country**.
