Wrapper of the CoreLocation framework.
| C# | Visual Basic | Visual C++ |
namespace Monobjc.CoreLocation
Namespace Monobjc.CoreLocation
namespace Monobjc.CoreLocation
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| CLError | Error codes returned by the location manager object. Available in Mac OS X v10.6 and later. | |
| CLLocation | ||
| CLLocationCoordinate2D | A structure that contains a geographical coordinate using the WGS 84 reference frame. Available in Mac OS X v10.6 and later. | |
| CLLocationManager | ||
| CLLocationManager..::..CLLocationManagerDelegateEventDispatcher | ||
| CoreLocationFramework | ||
| ICLLocationManagerDelegate | ||
| CLLocationManager..::..LocationManagerDidFailWithErrorEventHandler | Tells the delegate that the location manager was unable to retrieve a location value. Original signature is '- (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error' Available in Mac OS X v10.6 and later. | |
| CLLocationManager..::..LocationManagerDidUpdateToLocationFromLocationEventHandler | Tells the delegate that a new location value is available. Original signature is '- (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation' Available in Mac OS X v10.6 and later. |