iOS高德地图SDK(2D)  v5.6.0
MAAnnotation.h
Go to the documentation of this file.
1 //
2 // MAAnnotation.h
3 // MAMapKit
4 //
5 // Created by AutoNavi on 13-12-13.
6 // Copyright (c) 2013年 Amap. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreGraphics/CoreGraphics.h>
11 #import <CoreLocation/CoreLocation.h>
12 
14 @protocol MAAnnotation <NSObject>
15 
17 @property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
18 
19 @optional
20 
22 @property (nonatomic, readonly, copy) NSString *title;
23 
25 @property (nonatomic, readonly, copy) NSString *subtitle;
26 
31 - (void)setCoordinate:(CLLocationCoordinate2D)newCoordinate;
32 
33 @end
© 2017 高德信息技术有限公司 版权所有,保留所有权利。