# AmapLocationPlugin **Repository Path**: wlyer/AmapLocationPlugin ## Basic Information - **Project Name**: AmapLocationPlugin - **Description**: 封装的cordova插件:高德地图定位 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-08 - **Last Updated**: 2022-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 封装的cordova插件:高德地图定位 适用于一次定位情况。 ionic项目config.xml文件中需要配置权限和从高德地图申请的key。 ionic项目调用 declare let cordova:any; cordova.plugins.AmapLocationPlugin.getLocation(data=> { },err=>{ });