UNPKG
@toolkit-fe/get-location
Version:
latest (0.1.22)
0.1.22
0.1.21
0.1.11
0.1.10
获取当前位置
@toolkit-fe/get-location
/
lib
/
utils
/
get-location.d.ts
7 lines
(6 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 对外暴露的获取位置方法 *
@return
Promise resolve一个 positionData 对象 lat-纬度 lng-经度 */
declare
const
getLocation
:
() =>
Promise
<
unknown
>;
export
default
getLocation;