tolls property - Section class - routing library - Dart API
tolls property
All the tolls for this section.
Note that tolls are found depending on the transport mode.
For example, if pedestrian or bicycle transport mode specified, route sections have no tolls. Indoor
route sections have no tolls, too.
Note: If you're using the OfflineRoutingEngine, be aware that this feature is
currently in beta. As a result, there may be some bugs or unexpected behaviors.
Additionally, this feature and related APIs may be updated in future releases
without going through the deprecation process. Note that the OfflineRoutingEngine
is only available with the Navigate license. If you're using the
RoutingEngine, this feature is considered to be stable.
Gets all the tolls for this section. Note that tolls are found depending on the
transport mode. For example, if pedestrian or bicycle transport mode specified, route sections have no tolls.
Indoor route sections have no tolls, too.
Implementation
List<Toll> get tolls;