getLocation
小于 1 分钟
getLocation
作 者: Luke
日 期: 2022-12-01
Types
getLocation(): Promise<GetLocationI>
Sample Code
import bridge from "woo-mini-program-bridge"
bridge.getLocation()
Arguments
Empty
Callback
| Arguments Name | Type | Description |
|---|---|---|
| latitude | number | |
| longitude | number | |
| altitude | number |
