高德地图SDK(导航) V11.2.000
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
16@interface MAAnnotationMoveAnimation : NSObject
17
24- (NSString *)name;
25
32- (CLLocationCoordinate2D *)coordinates;
33
40- (NSUInteger)count;
41
48- (CGFloat)duration;
49
56- (CGFloat)elapsedTime;
57
62- (void)cancel;
63
70- (BOOL)isCancelled;
71
78- (NSInteger)passedPointCount;
79
80
81@end
Definition MAAnnotationMoveAnimation.h:17
void cancel()
取消 Cancel
BOOL isCancelled()
是否已取消 Is canceled
NSString * name()
获取动画名字 get animation name
CGFloat duration()
获取动画时长 Get animation duration
NSInteger passedPointCount()
获取当前动画已走过点的总个数 Get the total number of points the current animation has passed
CLLocationCoordinate2D * coordinates()
获取经纬度坐标点数组 get latitude and longitude coordinate point array
NSUInteger count()
获取coordinates数组内坐标点个数 get number of coordinate points in the coordinates array
CGFloat elapsedTime()
获取动画已执行的时长 Get elapsed animation duration
© 2017 高德信息技术有限公司 版权所有,保留所有权利。