作為 react-native-amap3d 的補(bǔ)充芥丧,提供獨(dú)立的定位模塊,支持逆地理編碼才沧。
image
用法
import { Geolocation } from "react-native-amap-geolocation"
await Geolocation.init({
ios: "9bd6c82e77583020a73ef1af59d0c759",
android: "043b24fe18785f33c491705ffe5b6935"
})
Geolocation.setOptions({
interval: 8000,
distanceFilter: 20
})
Geolocation.addLocationListener(location => console.log(location))
Geolocation.start()