Antony Nelson
Antony Nelson

Reputation: 31

Find the current location of mobile without using the GPS

I am developing an restaurant locator for that i need to find the current location of mobile without using the GPS, is it possible?

kindly help me with the codes

Upvotes: 2

Views: 2578

Answers (1)

samy
samy

Reputation: 324

Yes you can use the NETWORK_PROVIDER but why would one do that?

http://developer.android.com/reference/android/location/LocationManager.html#NETWORK_PROVIDER

Upvotes: 1

Related Questions