BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
BMKOpenOption.h
浏览该文件的文档.
1//
2// BMKOpenOption.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_BMKOpenOption_h
10#define UtilsComponent_BMKOpenOption_h
11
13@interface BMKOpenOption : NSObject
14
16@property (nonatomic, copy) NSString* appScheme;
18@property (nonatomic, assign) BOOL isSupportWeb;
19
20@end
21
22#endif
23
调起百度地图参数基类
Definition BMKOpenOption.h:14
NSString * appScheme
应用返回scheme,用于调起后返回,没有不能返回
Definition BMKOpenOption.h:16
BOOL isSupportWeb
调起百度地图客户端失败后,是否支持调起web地图,默认:YES
Definition BMKOpenOption.h:18