BaiduMap_IOSSDK_v6.6.3_Docs  6.6.3
| 枚举
BMKMapAnimation.h 文件参考
#import <Foundation/Foundation.h>
#import <CoreLocation/CLLocation.h>
#import "BMKInterpolator.h"
#import "BMKPolyline.h"

浏览源代码.

protocol  <BMKMapAnimationDelegate>
 动画状态回调 更多...
 
class  BMKMapAnimation
 
class  BMKMapAlphaAnimation
 
class  BMKMapRotateAnimation
 
class  BMKMapScaleAnimation
 
class  BMKMapTranslateAnimation
 
protocol  <BMKMapTrackAnimationDelegate>
 动画状态回调 更多...
 
class  BMKMapTrackAnimation
 
class  BMKMapAnimationSet
 

枚举

enum  BMKAnimationFillMode : NSUInteger { BMKAnimationFillBefore = 0, BMKAnimationFillFirst = 1, BMKAnimationFillAfter = 2 }
 
enum  BMKAnimationRepeatMode : NSInteger { BMKAnimationRepeatRestart = 1, BMKAnimationReleatReserse = 2 }
 
enum  BMKAnimationStatus : NSUInteger { BMKAnimationStatusStart = 1, BMKAnimationStatusEnd = 2, BMKAnimationRepeat = 3 }
 
enum  BMKAnimationSetOrderType : NSUInteger { BMKAnimationSetOrderTypeWith = 0, BMKAnimationSetOrderTypeThen = 1 }
 

枚举类型说明

◆ BMKAnimationFillMode

enum BMKAnimationFillMode : NSUInteger
枚举值
BMKAnimationFillBefore 

Indicates whether the animation transformation should be applied before the animation starts.

BMKAnimationFillFirst 

Indicates whether the animation transformation should be applied the first frame of animation starts.

BMKAnimationFillAfter 

Indicates whether the animation transformation should be applied after the animation ends.

◆ BMKAnimationRepeatMode

enum BMKAnimationRepeatMode : NSInteger
枚举值
BMKAnimationRepeatRestart 

When the animation reaches the end and the repeat count is INFINTE_REPEAT or a positive value, the animation restarts from the beginning. @Default

BMKAnimationReleatReserse 

When the animation reaches the end and the repeat count is INFINTE_REPEAT or a positive value, the animation plays backward (and then forward again).

◆ BMKAnimationSetOrderType

enum BMKAnimationSetOrderType : NSUInteger

动画组添加动画类型.

枚举值
BMKAnimationSetOrderTypeWith 
BMKAnimationSetOrderTypeThen 

所有动画同时执行

◆ BMKAnimationStatus

enum BMKAnimationStatus : NSUInteger

动画运行的状态.

枚举值
BMKAnimationStatusStart 
BMKAnimationStatusEnd 

动画开始运行

BMKAnimationRepeat 

动画结束一次运行