Inherits from NSObject
Conforms to CLLocationManagerDelegate
Declared in BearingCore.h

Tasks

Properties

azimuthStatusDelegate

Delegate that supports the ToolkitAzimuthStatusDelegate. Gets informed about azimuth changes.

@property (nonatomic, assign) id<> azimuthStatusDelegate

Declared In

BearingCore.h

bearingFeedback

Sets the active outputs. Available: BearingFeedbackNone, BearingFeedbackVibration, BearingFeedbackGeiger.

@property (nonatomic, assign) BearingFeedback bearingFeedback

Declared In

BearingCore.h

compassViewDelegate

The locationManager used by the toolkit. Default: automatically created. Can be modified or changed as desired.

@property (nonatomic, assign) id<> compassViewDelegate

Declared In

BearingCore.h

locationManager

The locationManager used by the toolkit. Default: automatically created. Can be modified or changed as desired.

@property (nonatomic, retain) CLLocationManager *locationManager

Declared In

BearingCore.h

locationStatusDelegate

Delegate that supports the ToolkitLocationStatusDelegate. Gets informed about location changes.

@property (nonatomic, assign) id<> locationStatusDelegate

Declared In

BearingCore.h

targetLocation

Location of the target.

@property (nonatomic, retain) CLLocation *targetLocation

Declared In

BearingCore.h

Instance Methods

start

This function starts the actual work of the toolkit. The locationmanager gets enabled and the heading gets determined. As soon as the location is aquired, delegates get notified.

- (void)start

Declared In

BearingCore.h

stop

This function stops the toolkit.

- (void)stop

Declared In

BearingCore.h