高德地图SDK(导航)  V11.1.000
MATouchPoi.h
Go to the documentation of this file.
1 //
2 // MATouchPoi.h
3 // MapKit_static
4 //
5 // Created by songjian on 13-7-17.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 #import <Foundation/Foundation.h>
11 #import <CoreLocation/CoreLocation.h>
12 
15 @interface MATouchPoi : NSObject
16 
19 @property (nonatomic, copy, readonly) NSString *name;
20 
23 @property (nonatomic, assign, readonly) CLLocationCoordinate2D coordinate;
24 
27 @property (nonatomic, copy, readonly) NSString *uid;
28 
29 @end
Definition: MATouchPoi.h:16
NSString * uid
Definition: MATouchPoi.h:27
CLLocationCoordinate2D coordinate
Definition: MATouchPoi.h:23
NSString * name
Definition: MATouchPoi.h:19
© 2017 高德信息技术有限公司 版权所有,保留所有权利。