NCAnimationType - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki
AnimationType class is used for animate objects on location view
You can specify one of the following animations
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSInteger, NCAnimationType)
{
NCAnimationTypeNone,
NCAnimationTypeLinear,
NCAnimationTypeCubic,
NCAnimationTypeQuint,
NCAnimationTypeSine,
};