animationMode Constants Reference

Declared in PoiSelection.h

animationMode

Definition

typedef NS_ENUM(NSInteger, animationMode ) {
   ANIM_ON,
   ANIM_OFF,
   ANIM_ON_WHILE_MOVING,
};

Constants

ANIM_ON

animation POI is playing all the time.

Declared In PoiSelection.h.

ANIM_OFF

animation POI is not playing at all.

Declared In PoiSelection.h.

ANIM_ON_WHILE_MOVING

animation POI is playing while moving and stop when reach the selected POI.

Declared In PoiSelection.h.

Declared In

PoiSelection.h