I want to show a location on a map based on latitude and longitude coordinates. When I press a button I want to send the coordinates to Google Maps (or other app) and pinpoint that location. Any ideas of how I can achieve that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Here is the nice example: http://mobiforge.com/developing/story/using-google-maps-android http://saigeethamn.blogspot.in/2009/10/google-maps-on-android-android.html Hope this will helps you.. |
|||
|
|
|
If you want to animate to a specific point on a google map you need to define a MapView. Then create a MapController and animate to a specific GeoPoint:
Try this tutorial :MapView Tutorial |
|||
|
|
|
I've found a simple solution. I start the google maps app via an intent
|
|||
|
|
