Geolocation plugin for react-amap
npm install react-amap-plugin-geolocationConfigurable props are
+ enableHighAccuracy
+ timeout
+ maximumAge
+ buttonOffset
+ ...
Visit AMap doc for details about ALL prop;
``
import { Map } from 'react-amap';
import Geolocation from 'react-amap-plugin-geolocation';
const pluginProps = {
enableHighAccuracy:true,
timeout: 10000,
showButton: true
}
// render
``