1.0.11 • Published 2 years ago

@szlx/location v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

内部统一定位调用工具

Installtion

npm i @szlx/uni-location

Usage

import { getLocation, onLocationChange } from '@szlx/uni-location'

// 配置项
const options = {
  provider: 'amap',
  enableHighAccuracy: true,
  maximumAge: 3000,
  timeout: 30000,
  geocode: false
}
// 获取定位
getLocation(options).then(d => {}).catch(e => {]})

// 监听定位
onLocationChange({
  options,
  success: d => {},
  fail: e => {}
})
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago