Finding the location from phone serivce provider
I am trying to make an application in iPhone and Android so that I开发者_高级运维 can get the location of the user through the service provider of the user.
For Android : Use the LocationProvider's requestLocationUpdates method. To get the location from service provider use the NETWORK_PROVIDER as the provider string.
精彩评论