---
title: distance
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/route/distance
---

# distance

The route distance, in meters.

## Declaration

```data
distance: number;
```

## Discussion

Discussion This property reflects the distance that the user covers while traversing the path of the route. It isn’t a straight line distance between the origin and destination.

## See Also

### Route details

- [steps](mapkitjs/route/steps.md)
- [name](mapkitjs/route/name.md)
- [expectedTravelTime](mapkitjs/route/expectedtraveltime.md)
- [transportType](mapkitjs/route/transporttype.md)
- [hasTolls](mapkitjs/route/hastolls.md)
