Inherits from UIView
Conforms to DeviationDelegate
Declared in CompassView.h

Overview

ComassView displays a compass rose pointing to the specified azimuth (e.g. target location)

Tasks

  •   image

    Image of the compass rose

    property
  •   azimuth

    Current azimuth to display.

    property
  •   rotationAnimated

    Boolean determining the animation status. (TRUE = Rotation is animated, FALSE = Rotation is not animated)

    property

Properties

azimuth

Current azimuth to display.

@property (nonatomic, assign) CLLocationDirection azimuth

Declared In

CompassView.h

image

Image of the compass rose

@property (nonatomic, retain) UIImage *image

Declared In

CompassView.h

rotationAnimated

Boolean determining the animation status. (TRUE = Rotation is animated, FALSE = Rotation is not animated)

@property (nonatomic, assign, getter=isRotationAnimated) BOOL rotationAnimated

Declared In

CompassView.h