MonobjcMonobjc Documented Class Library
Monobjc.CoreLocation Namespace
NamespacesMonobjc.CoreLocation
Wrapper of the CoreLocation framework.
Declaration Syntax
C#Visual BasicVisual C++
namespace Monobjc.CoreLocation
Namespace Monobjc.CoreLocation
namespace Monobjc.CoreLocation
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
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.