We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca33ba commit ea24476Copy full SHA for ea24476
gmaps.js
@@ -774,9 +774,9 @@ var GMaps = (function($) {
774
}
775
776
var base_options = {
777
- avoidHighways: true,
778
- avoidTolls: true,
779
- optimizeWaypoints: true,
+ avoidHighways: false,
+ avoidTolls: false,
+ optimizeWaypoints: false,
780
waypoints: []
781
};
782
var request_options = $.extend(base_options, options);
@@ -1227,4 +1227,4 @@ var GMaps = (function($) {
1227
1228
1229
return GMaps;
1230
-}(jQuery));
+}(jQuery));
0 commit comments