It’s there a simple way to create a dynamic customizable and administrable Web application using Google Maps and being able to draw routes, I mean, to draw vehicle routes or cycle routes maybe via XML??
Thanks!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Google Maps API can do all of that, fortunately, with very little wrapping! At least the JS API, I wrote a layer on top of it with almost no effort.
http://code.google.com/apis/maps/index.html
Cheers!