Inherits from NSObject
Conforms to BearingFeedbackDelegate
Declared in Vibrator.h

Overview

The vibrator gives tactile feedback using a defined pattern: Target is … straight ahead: one vibration repeated every 2 seconds to the right: two vibrations seperated by a 500ms break and repeated every 2 seconds to the left: three vibrations seperated by a 500ms break and repeated every 2 seconds behind: four vibrations seperated by a 500ms break and repeated every 2 seconds

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

Vibrator.h

enabled

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

@property (readonly, getter=isEnabled) BOOL enabled

Declared In

Vibrator.h