高德地图SDK(导航)  V11.1.000
MAPointAnnotation.h
Go to the documentation of this file.
1 //
2 // MAPointAnnotation.h
3 // MAMapKitDemo
4 //
5 // Created by songjian on 13-1-7.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 #import "MAShape.h"
11 #import <CoreLocation/CLLocation.h>
12 
16 
19 @property (nonatomic, assign) CLLocationCoordinate2D coordinate;
20 
23 @property (nonatomic, assign, getter = isLockedToScreen) BOOL lockedToScreen;
24 
27 @property (nonatomic, assign) CGPoint lockedScreenPoint;
28 
29 @end
Definition: MAPointAnnotation.h:16
CLLocationCoordinate2D coordinate
Definition: MAPointAnnotation.h:19
CGPoint lockedScreenPoint
Definition: MAPointAnnotation.h:27
BOOL lockedToScreen
Definition: MAPointAnnotation.h:23
Definition: MAShape.h:16
© 2017 高德信息技术有限公司 版权所有,保留所有权利。