BearingCore Class Reference
| Inherits from | NSObject |
| Conforms to | CLLocationManagerDelegate |
| Declared in | BearingCore.h |
Tasks
-
locationManagerThe locationManager used by the toolkit. Default: automatically created. Can be modified or changed as desired.
property -
compassViewDelegateThe locationManager used by the toolkit. Default: automatically created. Can be modified or changed as desired.
property -
locationStatusDelegateDelegate that supports the ToolkitLocationStatusDelegate. Gets informed about location changes.
property -
azimuthStatusDelegateDelegate that supports the ToolkitAzimuthStatusDelegate. Gets informed about azimuth changes.
property -
targetLocationLocation of the target.
property -
bearingFeedbackSets the active outputs. Available: BearingFeedbackNone, BearingFeedbackVibration, BearingFeedbackGeiger.
property -
– startThis 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.
-
– stopThis function stops the toolkit.
Properties
azimuthStatusDelegate
Delegate that supports the ToolkitAzimuthStatusDelegate. Gets informed about azimuth changes.
@property (nonatomic, assign) id<> azimuthStatusDelegateDeclared In
BearingCore.hbearingFeedback
Sets the active outputs. Available: BearingFeedbackNone, BearingFeedbackVibration, BearingFeedbackGeiger.
@property (nonatomic, assign) BearingFeedback bearingFeedbackDeclared In
BearingCore.hcompassViewDelegate
The locationManager used by the toolkit. Default: automatically created. Can be modified or changed as desired.
@property (nonatomic, assign) id<> compassViewDelegateDeclared In
BearingCore.hlocationManager
The locationManager used by the toolkit. Default: automatically created. Can be modified or changed as desired.
@property (nonatomic, retain) CLLocationManager *locationManagerDeclared In
BearingCore.hlocationStatusDelegate
Delegate that supports the ToolkitLocationStatusDelegate. Gets informed about location changes.
@property (nonatomic, assign) id<> locationStatusDelegateDeclared In
BearingCore.h