Hello,

i am using the android 1.6 sdk. i search for a function / api, where i
can find a route between 2 points.
The DrivingDirections library doesn't exist!? So if there is a
function or an api for that, please let me know.
I take a look in the google-addon for android, but i don't find
something for my problem.

Currently, I get location updates as often as possible
(requestLocationUpdates(..,0,0,..)
Is the only way to connect all this points to a route the "reverse
Geocodring" (to get the street names) and draw a line from point A to
Point B on the map (i mean to use an Overlay and draw a straight line
between the points)? On straight routes that would be no problem, but
in curves/turns?

What I want is, that i only get the GPS-points. Then some functions
should reconstruct the route with all curves/turns.

Thanks,
Stefan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to