Skip to content

IOS:CoreLocation

Determine the current latitude and longitude of a device. Configure and schedule the delivery of location-related events.

GPS, Geo-Magnetic 사용방법에 대한 설명. CLLocationManager 클래스 사용방법에 대한 설명이 주류를 이루고 있다.

Overview

The Core Location framework lets you determine the current location or heading associated with a device. The framework uses the available hardware to determine the user’s position and heading. You use the classes and protocols in this framework to configure and schedule the delivery of location and heading events. You can also use it to define geographic regions and monitor when the user crosses the boundaries of those regions. In iOS, you can also define a region around a Bluetooth beacon.

API References

Use the Core Location framework to determine the current latitude and longitude of a device and to configure and schedule the delivery of location-related events. The framework uses the available hardware to triangulate the user's position based on nearby signal information.

  • CLGeocoder Class
  • CLPlacemark Class
  • CLLocationManager Class
  • CLHeading Class
  • CLRegion Class
  • Core Location Framework
  • Core Location Constants
  • CLLocationManagerDelegate Protocol
  • CLLocation Class
  • Core Location Data Types
  • Core Location Functions

See also

Favorite site

References


  1. Location_awareness_pg.pdf