[android-developers] On Tap event Maps

2012-10-01 Thread Artemio Cienfuegos
Hi! I'm using a OnTap method, and I want to draw over Gmaps the route from where am I, to the point I'm pressing, after seeing all the points on the map. Everything works perfectly, I have the location, I have the destination, but I dont know how to pass latitud and longitud, from the principa

[android-developers] OnBalloonTap problem!

2012-09-29 Thread Artemio Cienfuegos
Hi! I'm trying to finish my app, but I have an small problem (I think) I hope anybody here, could give me a hand. In my itemezedoverlay, I have this function: *protected boolean onBalloonTap(int i, OverlayItem item) { * * * * Toast.makeText(c, "Calculando ruta... " ,Toast.LENGTH_LONG).show(); *