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
/
t-map.d.ts
8 lines
(7 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
class
TMap
{
getPositionCount
:
number
;
getLocation
():
Promise
<
unknown
>;
getTMapLocation
(
success
:
any
,
fail
:
any
):
void
; }
declare
const
_default
:
TMap
;
export
default
_default;