BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
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, copy) NSString *poiUid;
21
22@end
23
24
27
29@property (nonatomic, assign) CLLocationCoordinate2D location;
31@property (nonatomic, assign) NSUInteger radius;
33@property (nonatomic, copy) NSString *keyword;
34
35@end
36
37
38#endif
39
调起百度地图参数基类
Definition BMKOpenOption.h:14
调起百度地图: poi详情参数类
Definition BMKOpenPoiOption.h:18
NSString * poiUid
poi的uid
Definition BMKOpenPoiOption.h:20
调起百度地图: poi周边参数类
Definition BMKOpenPoiOption.h:27