ifish/Ifish/BMKMap3.3.0/BaiduMapAPI_Utils.framework/Headers/BMKOpenOption.h

24 lines
551 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// BMKOpenOption.h
// UtilsComponent
//
// Created by wzy on 15/3/26.
// Copyright (c) 2015年 baidu. All rights reserved.
//
#ifndef UtilsComponent_BMKOpenOption_h
#define UtilsComponent_BMKOpenOption_h
///调起百度地图参数基类
@interface BMKOpenOption : NSObject
///应用返回scheme用于调起后返回没有不能返回
@property (nonatomic, strong) NSString* appScheme;
///调起百度地图客户端失败后是否支持调起web地图默认YES
@property (nonatomic, assign) BOOL isSupportWeb;
@end
#endif