Thu, 09/24/2015 - 11:34
#1
doReverseGeocode=false still consumes geocoding transactions.
I am passing a list of lat/long co-ordinates to my MapQuest Query URL to get the driving distances. I have specified doReverseGeocode=false and yet when I log into my Transaction report, it still says I have consumed a bunch of geocoding transactions in addition to the 1 direction trasnaction. Why is this?
Here is my URL:
Fri, 09/25/2015 - 07:18
All route options should go
All route options should go in the options json. Try options:[allToAll:false,doReverseGeocode:false].