Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

loon3y

macrumors 65816
Original poster
Oct 21, 2011
1,235
126
what is the point of this api? a staff member implemented this API.


it seems like mapquest does offer a directions feature for their API. but they cost way too much money

i would ask the developer, but i dont want to rub him off the wrong way if we do need to purchase it and make a deal.


http://mtdirectionsk.it


i want a free map api i can have in my app, if google and bing are free and have the same feature, wouldn't every one just use it?
 
Last edited:
You could easily implement google maps direction api. Use their url based directions api which returns json data. Then uses there polyline data to convert to an MKOverlay that you can add to a map. This polyline data must be decoded as it is encoded to keep it small. They have the process of encoding documented so that you can decode it. You will also get the text directions you need to show in a list.

It more seems like your dev didnt want to do the work and wants to save time by not rewriting code that could be bought. Is it worth the devs time aka will he spend more time cost wise than 329 bucks. Most likely yes....
 
You could easily implement google maps direction api. Use their url based directions api which returns json data. Then uses there polyline data to convert to an MKOverlay that you can add to a map. This polyline data must be decoded as it is encoded to keep it small. They have the process of encoding documented so that you can decode it. You will also get the text directions you need to show in a list.

It more seems like your dev didnt want to do the work and wants to save time by not rewriting code that could be bought. Is it worth the devs time aka will he spend more time cost wise than 329 bucks. Most likely yes....
\



thanks koolstar
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.