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

# hasTolls

A Boolean value that indicates whether a route has tolls.

## Declaration

```data
hasTolls: boolean | null;
```

## Discussion

Discussion When true, this route has tolls. If false, this route doesn’t have any tolls. If null, the route may or may not have tolls.

## See Also

### Route details

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