高德地图SDK(导航) V11.2.000
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
17@protocol MAAnnotation <NSObject>
18
21@property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
22
23@optional
24
27@property (nonatomic, copy) NSString *title;
28
31@property (nonatomic, copy) NSString *subtitle;
32
39- (void)setCoordinate:(CLLocationCoordinate2D)newCoordinate;
40
43@property (nonatomic, assign) double altitude;
44@end
45
52@protocol MAAnimatableAnnotation <NSObject>
53
54@required
61- (void)step:(CGFloat)timeDelta;
62
69- (BOOL)isAnimationFinished;
70
77- (BOOL)shouldAnimationStart;
78
79@optional
86- (CLLocationDirection)rotateDegree;
87
88
89@end
© 2017 高德信息技术有限公司 版权所有,保留所有权利。