danielemoraschi / maplace.js

A Google Maps Javascript plugin for jQuery.

Home Page:http://maplacejs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

provideRouteAlternatives in type directions not working.

rescue1155 opened this issue · comments

Hi Maplace.js
I have checked, when i provide two or more locations, i am unable to see the alternative routes.
I also tried to enable all options hardcoded
directions_options: { travelMode: google.maps.TravelMode.DRIVING, unitSystem: google.maps.UnitSystem.METRIC, optimizeWaypoints: true, //default false provideRouteAlternatives: true, //default false avoidHighways: true, //default false avoidTolls: true //default false },

but no luck, can you please help me on this.