March 2013
Intermediate to advanced
1000 pages
34h 51m
English
Core Location provides facilities for the device to determine and report its location (location services). It takes advantage of three sensors:
Core Location will automatically use whatever facilities the device does have; all you have to do is ask for the device’s location. Core Location allows you to specify how accurate a position fix you want; more accurate fixes may require more time.
The notion of a location is encapsulated by the CLLocation class and its properties, which include:
coordinate
altitude
speed
heading
horizontalAccuracy
In addition to the sensor-related considerations I mentioned a moment ago, use of Core Location poses the following challenges:
Read now
Unlock full access