# react-amap-plugin-geolocation **Repository Path**: solayy/react-amap-plugin-geolocation ## Basic Information - **Project Name**: react-amap-plugin-geolocation - **Description**: Geolocation Plugin for react-amap - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-10 - **Last Updated**: 2021-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Geolocation Plugin for [react-amap](https://elemefe.github.io/react-amap/) Configurable props are + enableHighAccuracy + timeout + maximumAge + buttonOffset + ... Visit [AMap doc](http://lbs.amap.com/api/javascript-api/reference/location/#m_AMap.Geolocation) 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 ```