bn.startLocationUpdate
▸ startLocationUpdate(options?): Promise<void>
description Start monitoring real-time position changes in the foreground
Parameters
| Name | Type | Description |
|---|---|---|
options? | StartLocationUpdateOptions | location options |
Returns
Promise<void>
StartLocationUpdateOptions
Ƭ StartLocationUpdateOptions: Object
Type declaration
| Name | Type | Description |
|---|---|---|
type | "gcj02" | "wgs84" | Coordinates type: 'gcj02'; 'wgs84' |