# MapLocationDistance Sort Clause

> For the complete documentation index, see [llms.txt](https://doc.ibexa.co/en/saas/llms.txt).

MapLocationDistance Sort Clause

The `MapLocationDistance` Sort Clause sorts search results by the distance of the indicated MapLocation field to the provided location.

## Arguments

- `typeIdentifier` - string representing the identifier of the content type to which the MapLocation field belongs
- `fieldIdentifier` - string representing the identifier of the MapLocation field to sort by
- `latitude` - float representing the latitude of the location to calculate distance to
- `longitude`- float representing the longitude of the location to calculate distance to - (optional) `sortDirection` - Query or LocationQuery constant, either `Query::SORT_ASC` or `Query::SORT_DESC`
