高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
MAAnnotation.h
Go to the documentation of this file.
1//
2// MAAnnotation.h
3// MAMapKit
4//
5// Created by yin cai on 11-12-13.
6// Copyright (c) 2011年 Amap. All rights reserved.
7//
8
9#import "MAConfig.h"
10#import <CoreGraphics/CoreGraphics.h>
11#import <CoreLocation/CoreLocation.h>
12#import <Foundation/Foundation.h>
13#import "MAGeometry.h"
14
16@protocol MAAnnotation <NSObject>
17
19@property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
20
21@optional
22
24@property (nonatomic, copy) NSString *title;
25
27@property (nonatomic, copy) NSString *subtitle;
28
33- (void)setCoordinate:(CLLocationCoordinate2D)newCoordinate;
34
36@property (nonatomic, assign) double altitude;
37@end
38
42@protocol MAAnimatableAnnotation <NSObject>
43
44@required
49- (void)step:(CGFloat)timeDelta;
50
55- (BOOL)isAnimationFinished;
56
61- (BOOL)shouldAnimationStart;
62
63@optional
68- (CLLocationDirection)rotateDegree;
69
70
71@end
© 2017 高德信息技术有限公司 版权所有,保留所有权利。