Inherits from NSObject
Conforms to BearingFeedbackDelegate
Declared in Geiger.h

Overview

The geiger gives accoustic feedback. When the deviation to the heading is small, the feedback repeats very frequently. With a rising deviation the frequency decreases.

Tasks

  •   deviation

    Current deviation to the target in degrees. (0 = target is straight ahead, 90 = to the right, …)

    property
  •   enabled

    Current status of the output. (TRUE = enabled, FALSE = disabled)

    property

Properties

deviation

Current deviation to the target in degrees. (0 = target is straight ahead, 90 = to the right, …)

@property (nonatomic, assign) CLLocationDirection deviation

Declared In

Geiger.h

enabled

Current status of the output. (TRUE = enabled, FALSE = disabled)

@property (readonly, getter=isEnabled) BOOL enabled

Declared In

Geiger.h