I need to open Google Map from my application, select a location, get its details like lat, long, address, etc and send this data back to my application. I am not sure how to proceed. Need some insight.
I am able to open Map via intent, but not sure how to send back selected location back to my app.
UPDATE
I got what I wanted but not able to integrate it :(
Place Picker
following Place Picker Example but this is also closing after launching. I have created my Places API key and added to manifest file. I am also requesting for permission on API 23.
Thanks