PoiSelection Class Reference

Inherits from Poi3D : Poi : NSObject
Declared in PoiSelection.h

  animationSpeed

animationSpeed transition speed

@property (nonatomic, assign) NSInteger animationSpeed

Declared In

PoiSelection.h

  followPath

followPath if true the animation POI follows line between points, if false, the animation POI just appear over the target POI

@property (nonatomic, assign) BOOL followPath

Declared In

PoiSelection.h

  animMode

animMode animation mode. Modes available {@link PoiSet.animationMode}

@property (nonatomic, assign) animationMode animMode

Declared In

PoiSelection.h

  isAnimationMoving

isAnimationMoving if animMode is not OFF, the POI will move from initial position to final position following a straight line. * This flags is set to YES will the POI is moving.

@property (nonatomic, assign) BOOL isAnimationMoving

Declared In

PoiSelection.h