Map Doc
1.0
iOS-引擎SDK-开放平台
|
#import <MBGpsLocation.h>
构造函数 | |
(void) | - startUpdatingLocation |
(void) | - stopUpdatingLocation |
属性 | |
id< MBGpsLocationDelegate > | delegate |
BOOL | allowsBackgroundLocationUpdates |
Gps 定位,与 MBGpsTracker 功能相同
- (void) startUpdatingLocation |
打开GPS信息
- (void) stopUpdatingLocation |
关闭GPS信息
|
readwritenonatomicassign |
是否允许后台定位, iOS 9 之后使用
|
readwritenonatomicweak |
GPS代理