Mon, 05/13/2019 - 02:48
#1
Optimized route - number of locations
Hi
The previous version, Mapquest.js allowed 25 points plus a start and end point - in effect 27 points. (https://open.mapquestapi.com/sdk/js/v7.2.s/mqa.toolkit.js)
The new version of Mapquest.js allows a total of 25 point including the start and end. (I think the check is done client side in the JS) (https://api.mqcdn.com/sdk/mapquest-js/v1.3.2/mapquest.js)
Is there any way to revert to the 25 points plus Start and End?
Many thanks for any help.
A local version of MapQuest.js can be used with the optimized location limit set to 27 rather than 25. I haven't tried this but it should work.
I've sent this on to the product team as an enhancement request.
Thanks, that works as expected with a local copy of the mapquest-js set to 27 points.