I am trying to launch Google maps app from my app. In the maps app I was to set the destination and the user decides to use his current location or enter address. Can any one guide me how to proceed with this. I absolute have no idea about this.
Thanks
To load the current location you can use
To find the location you need to use google API as follows.
Above function will return the coordinates of the address. You can display this coordination on map.
I hope this will help you.