Conforms to NSObject
Declared in BearingCore.h

Tasks

  • – start

    This function starts the output.

    required method
  • – stop

    This function stops the output.

    required method
  • – setDeviation:

    This function is called when the deviation to the target-location has changed.

    required method

Instance Methods

setDeviation:

This function is called when the deviation to the target-location has changed.

- (void)setDeviation:(CLLocationDirection)deviation

Parameters

deviation

Deviation to the target-location in degrees. (0 = target is straight ahead, 90 = to the right, …)

Declared In

BearingCore.h

start

This function starts the output.

- (void)start

Declared In

BearingCore.h

stop

This function stops the output.

- (void)stop

Declared In

BearingCore.h