diff options
Diffstat (limited to 'lib/tom_tom.rb')
| -rw-r--r-- | lib/tom_tom.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/tom_tom.rb b/lib/tom_tom.rb index 60472c3be..4a6a58df0 100644 --- a/lib/tom_tom.rb +++ b/lib/tom_tom.rb @@ -17,10 +17,7 @@ class TomTom def batch(way_costs) params = URI.encode_www_form({ travelMode: 'bus', - routeType: 'shortest', - traffic: 'true', - departAt: 'now', - maxAlternatives: 0 + routeType: 'shortest' }) batch_items = convert_way_costs_for_batch(way_costs).map do |locations| { |
