how to get current location using internet ?
i'm making an application where i necessary need the latitude and longitude of user.
Would anyone please tell me if i off the iPhone location service from settings and
i want to get current location from internet not from the GPS then how can i get it
in iOS?
is this possible in latest iOS ?
I used the Core Location framework
.
If any one having any idea please share with me.
Like in Android
they use something like this
isGPSEnabled = locationManager.isProviderEnabled(LocationManager.GPS_PROVIDER);
isNetworkEnabled = locationManager.isProviderEnabled(LocationManager.NETWORK_PROVIDER);
so i also want to get location if the location service is OFF
.
Thanks in advance.