BaiduMap_IOSSDK_v6.5.5doc_Docs  6.5.5
全部  文件 函数 变量 类型定义 枚举 枚举值 属性 宏定义
BMKOpenPoiOption.h
浏览该文件的文档.
1 //
2 // BMKOpenPoiOption.h
3 // UtilsComponent
4 //
5 // Created by wzy on 15/3/26.
6 // Copyright (c) 2015年 baidu. All rights reserved.
7 //
8 
9 #ifndef UtilsComponent_BMKOpenPoiOption_h
10 #define UtilsComponent_BMKOpenPoiOption_h
11 
12 #import <Foundation/Foundation.h>
13 #import <CoreLocation/CoreLocation.h>
14 #import "BMKOpenOption.h"
15 
18 
20 @property (nonatomic, strong) NSString* poiUid;
21 
22 @end
23 
24 
27 
29 @property (nonatomic, assign) CLLocationCoordinate2D location;
31 @property (nonatomic, assign) NSUInteger radius;
33 @property (nonatomic, strong) NSString* keyword;
34 
35 @end
36 
37 
38 #endif
39 
BMKOpenPoiDetailOption
调起百度地图: poi详情参数类
Definition: BMKOpenPoiOption.h:18
BMKOpenOption.h
BMKOpenOption
调起百度地图参数基类
Definition: BMKOpenOption.h:14
BMKOpenPoiDetailOption::poiUid
NSString * poiUid
poi的uid
Definition: BMKOpenPoiOption.h:20
BMKOpenPoiNearbyOption
调起百度地图: poi周边参数类
Definition: BMKOpenPoiOption.h:27