1.0.11 • Published 8 months ago

@szlx/location v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months 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

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago