iOS高德地图SDK(3D)  V7.5.0
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 
14 @interface MATouchPoi : NSObject
15 
17 @property (nonatomic, copy, readonly) NSString *name;
18 
20 @property (nonatomic, assign, readonly) CLLocationCoordinate2D coordinate;
21 
23 @property (nonatomic, copy, readonly) NSString *uid;
24 
25 @end
NSString * uid
poi的ID
Definition: MATouchPoi.h:23
MATouchPoi 定义
Definition: MATouchPoi.h:14
CLLocationCoordinate2D coordinate
经纬度坐标
Definition: MATouchPoi.h:20
NSString * name
名称
Definition: MATouchPoi.h:17
© 2017 高德信息技术有限公司 版权所有,保留所有权利。