---
title: distance
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkroute/distance
---

# distance

The route distance, in meters.

## Declaration

```swift
var distance: CLLocationDistance { get }
```

## Discussion

Discussion This property reflects the distance that the user covers while traversing the path of the route. It’s not a linear distance between the start and end points of the route.

## See Also

### Getting additional route details

- [name](mapkit/mkroute/name.md)
- [hasHighways](mapkit/mkroute/hashighways.md)
- [hasTolls](mapkit/mkroute/hastolls.md)
- [advisoryNotices](mapkit/mkroute/advisorynotices.md)
- [expectedTravelTime](mapkit/mkroute/expectedtraveltime.md)
- [transportType](mapkit/mkroute/transporttype.md)
