[android-developers] Google Maps - Calculate distance between point and nearest road

2011-06-15 Thread Joao Heleno
Hi. I'm using Google Maps in my app and I need to know the distance between a point (set anywhere by the user) and the nearest road to that point. Using javascript APIs I've seen examples using polylines and getvertex functions but there are no such methods in the android APIS. Any suggestions?

Re: [android-developers] Google Maps - Calculate distance between point and nearest road

2011-06-15 Thread TreKing
On Tue, Jun 14, 2011 at 7:19 AM, Joao Heleno joaohel...@gmail.com wrote: Any suggestions? See what you can do with communincating with the online apis - the Android Maps library is woefully under-featured and under-supported.