ifish/Ifish/BMKMap3.3.0/BaiduMapAPI_Map.framework/Headers/BMKMapVersion.h

33 lines
693 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.

//
// BMKMapVersion.h
// MapComponent
//
// Created by wzy on 15/9/9.
// Copyright © 2015年 baidu. All rights reserved.
//
#ifndef BMKMapVersion_h
#define BMKMapVersion_h
#import <UIKit/UIKit.h>
/**
*重要:
*map组件的版本和base组件的版本必须一致否则不能正常使用
*/
/**
*获取当前地图API map组件 的版本号
*当前map组件版本 : 3.3.0
*return 返回当前API map组件 的版本号
*/
UIKIT_EXTERN NSString* BMKGetMapApiMapComponentVersion();
/**
*检查map组件的版本号是否和base组件的版本号一致
*return 版本号一致返回YES
*/
UIKIT_EXTERN BOOL BMKCheckMapComponentIsLegal();
#endif /* BMKMapVersion_h */