iOS高德地图SDK(3D) V10.0.600
Loading...
Searching...
No Matches
MAAnnotationMoveAnimation.h
Go to the documentation of this file.
1//
2// MAAnnotationMoveAnimation.h
3// MAMapKit
4//
5// Created by shaobin on 16/11/21.
6// Copyright © 2016 Amap. All rights reserved.
7//
8
9
10#import "MAConfig.h"
11#import <Foundation/Foundation.h>
12#import "MAAnnotation.h"
13
15@interface MAAnnotationMoveAnimation : NSObject
16
21- (NSString *)name;
22
27- (CLLocationCoordinate2D *)coordinates;
28
33- (NSUInteger)count;
34
39- (CGFloat)duration;
40
45- (CGFloat)elapsedTime;
46
50- (void)cancel;
51
56- (BOOL)isCancelled;
57
62- (NSInteger)passedPointCount;
63
64
65@end
annotation移动动画. since 4.5.0
Definition MAAnnotationMoveAnimation.h:16
BOOL isCancelled()
是否已取消
NSString * name()
获取动画名字
CGFloat duration()
获取动画时长
NSInteger passedPointCount()
获取当前动画已走过点的总个数
CLLocationCoordinate2D * coordinates()
获取经纬度坐标点数组
NSUInteger count()
获取coordinates数组内坐标点个数
CGFloat elapsedTime()
获取动画已执行的时长
© 2017 高德信息技术有限公司 版权所有,保留所有权利。