i have used this link to draw route on map. I am using iOS 6 map view. but i think this is using google map api to draw route on map. when i drop 26th pins it gives me error.
I want to know is this a limitations from google map? What is role of way pointes and if i want to drop more than 25+ pins one by one then what should i do ? Can anyone provide me a link in which we can draw routes between more than 25 pins continuously? if not is there any other way ?
Error messege is : A direction request could not be successfully parsed. Error code 400
Plz help
Sounds like that software is using the Google Maps API v2, which has a limitation of 25 waypoints. The Google Maps API v3 has a limitation of 10 waypoints (start, end and 8 waypoints) which can be increased to 25 with a Business license.
Also, FYI the Google Maps API v2 is deprecated, and may stop working as early as May 2013.