Launch Google Maps to get the result.

In my application, the user must select a location on the Google map, so I want to launch the built-in Google Map application with a call startActivityForResult, and then the user selects the location, and the application returns to my application, giving me the GPS coordinates of the selected point inside the function onActivityResult.

Is it possible?

+3
source share

All Articles