立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0
LMKTouchPoi.h
浏览该文件的文档.
1 //
2 // LMKTouchPoi.h
3 // LeadorMapSDK
4 //
5 // Copyright © 2016年 IShowChina. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import <CoreLocation/CoreLocation.h>
10 
11 @interface LMKTouchPoi : NSObject
12 
16 @property (nonatomic, copy) NSString *name;
17 
21 @property (nonatomic, assign) CLLocationCoordinate2D coordinate;
22 
23 @end
NSString * name
名称
Definition: LMKTouchPoi.h:16
Definition: LMKTouchPoi.h:11
CLLocationCoordinate2D coordinate
经纬度坐标
Definition: LMKTouchPoi.h:21