# rn_plugin_amap_location **Repository Path**: haikerenwu/react_native_plugin_amap_location ## Basic Information - **Project Name**: rn_plugin_amap_location - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-25 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AMap_Location ## Getting started `$ npm install AMap_Location --save` ### Mostly automatic installation `$ react-native link AMap_Location` ## Usage ```javascript import AMapLocation from 'AMap_Location'; // TODO: What to do with the module? AMapLocation; ```