百度导航SDK for iOS类参考
 All Classes Functions Properties
BNUtility.h
1 //
2 // BNUtility.h
3 // BNOpenKit
4 //
5 // Created by linbiao on 2019/3/19.
6 // Copyright © 2019年 Chen,Xintao. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 
13 @interface BNUtility : NSObject
14 
20 + (NSString*)getLBSCuid;
21 
28 + (CLLocationCoordinate2D)convertToBD09MCWithWGS84ll:(CLLocationCoordinate2D)coordinate;
29 
30 @end
31 
32 NS_ASSUME_NONNULL_END
Definition: BNUtility.h:13
Definition: BNCarRouteData.h:12
NSString * getLBSCuid()