百度地图SDK for iOS v4.1.1 类参考
BMKLocationVersion.h
1 //
2 // BMKLocationVersion.h
3 // LocationComponent
4 //
5 // Created by wzy on 15/9/9.
6 // Copyright © 2015年 baidu. All rights reserved.
7 //
8 
9 #ifndef BMKLocationVersion_h
10 #define BMKLocationVersion_h
11 
12 #import <UIKit/UIKit.h>
13 
24 UIKIT_EXTERN NSString* BMKGetMapApiLocationComponentVersion();
25 
30 UIKIT_EXTERN BOOL BMKCheckLocationComponentIsLegal();
31 
32 #endif /* BMKLocationVersion_h */