Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

current location without using gps

Tags:

iphone

hai Can we know current location without using gps? Is it possible?

like image 826
Priya Avatar asked Apr 26 '11 06:04

Priya


1 Answers

The iPhone SDK has a framework that automatically utilizes the proper mechanism for determining location based on how accurate the result needs to be. Apple has a good article discussing these different methods of locating a device.

Also, here is a good starting point for learning about programming with Location Services.

Furthermore, you can dive right into the CoreLocation framework documentation and learn about everything you can do using Location Services on iOS.

like image 197
Ryan Wersal Avatar answered Oct 01 '22 02:10

Ryan Wersal