| Interface | Description |
|---|---|
| CLLocationManagerDelegate |
CLLocationManagerDelegate interface is the delegate that is responsible for
handling operations related to CLLocationManager objects.
|
| Class | Description |
|---|---|
| CLDeviceOrientation |
CLDeviceOrientation class defines different types of orientations concerning
the physical orientation of the device.
|
| CLDistanceFilter |
CLDistanceFilter class defines the minimum distance of a device's move
horizontally before an update is triggered.
|
| CLHeading |
CLHeading class represents the data concerning the direction to which the
device is heading.
|
| CLHeadingFilter |
CLHeadingFilter class defines the minimum change of device's heading before
an update is triggered.
|
| CLLocation |
CLLocation class defines an object that represents device's coordinates and
altitude that specify its accurate position.
|
| CLLocationAccuracy |
CLLocationAccuracy class defines different values concerning the accuracy of
a location.
|
| CLLocationCoordinate2D |
CLLocationCoordinate2D class defines an object that represents the
geographical coordinates of the device.
|
| CLLocationManager |
CLLocationManager class is responsible for delivering events related to
location, region and heading to the application.
|
| CLPlacemark |
CLPlacemark class defines an object that stores and handles data related to a
place mark such as country, state and city.
|
| CLRegion |
CLRegion class defines an object that represents an abstract trackable
region.
|
Copyright © 2020. All rights reserved.