up vote 2 down vote favorite
share [g+] share [fb]

I'm really tired of using the Google Web Toolkit for accessing Google Maps in Java using Netbeans... Does anybody know of a good alternative providing a simple(r) API?

Any help would really be appreciated!

link|improve this question

What are your requirements for the API? – Maurice Perry Mar 23 '09 at 8:57
I only need driving instructions. – Chris Mar 23 '09 at 9:08
feedback

2 Answers

up vote 6 down vote accepted

OpenStreetMap has a good API in combination with OpenLayers.
Good luck with that!

Driving instructions are included, but since OSM is user-generated, you cannot rely 100% on this information. See OSM-Wiki article "Routing"

link|improve this answer
feedback

If you want another API that has great routing and other mapping alternatives with a J2ME API you can take a look [Shameless plug] http://developer.decarta.com [/shameless plug]

We also do mapping, geocoding, and other cool spatial functionality. We have an android API, iOS API, mobile JS, and a desktop JS along with XML web services.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.