I am creating an application in which by clicking a button on android mobile i can track the a gps tracker device. In response to the button clicked the gps device containing a sim card response with its latitude and longitude as well as the speed of device. The message sent by the device is received in my mobile’s inbox. i want to convert that latitude and longitude into a google map or atleast in some address form.Can someone suggest me a proper way or give me some hint how i can do that?
Share
Get current location coordinates and city name using below code
then you can get gmap using city name or location value using this code
or even you can check this example for little help
let me know if still you get trouble