I followed this to get location address including latitude and longitude...
In previous It has only
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
SO I have a small issue in this and its working fine after giving permission
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
My problem is This process works fine in Network + GPS
So Without GPS its not working... I want to work this without GPS.. It should work only with Mobile Network/Wifi I dont want to turn on GPS
Without Mobile Network/Wifi its working Its showing Just Latitude and Longitude but not address.. with the help of GPS ...... I want to do this without GPS......
But With Mobile Network/Wifi I want to Show only Address..
Can any one suggest me in the Above code...
I followed my articles without GPS but nothing suits for this process.. So I Not mentioned in the question Without GPS.... this is not duplicate.. Please check the code... Because I have integrated this in my app..
please suggest me ..