1 Star 0 Fork 0

Simar / cordova-baidu-location

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Cordova/ionic 百度定位Android版插件

利用百度定位SDK为Web app解决Android在大陆定位不准的问题。iOS下并无定位不准问题,可直接使用浏览器定位。更新自mrwutong

已更新百度地图Android版定位SDK(v7.2)并提供watchPosition和clearWatch方法。Demo

一,申请密钥

请参照:申请Android定位SDK密钥

二,安装插件

cordova plugin add https://github.com/hewz/cordova-baidu-location --variable API_KEY="your key"

三,调用方法

// 进行定位
baidu_location.getCurrentPosition(successCallback, failedCallback);
// 连续定位
baidu_location.watchPosition(successCallback, failedCallback, 5); // >=1时有效
// 停止定位
baidu_location.clearWatch(successCallback, failedCallback);

获得定位信息,返回JSON格式数据:

{
  latitude : 纬度,
  longitude: 经度,
  ...
}

具体字段内容请参照:BDLocation

若定位失败请参考官方错误码

删除插件

cordova plugin rm hewz.plugins.baidu-location
The MIT License (MIT) Copyright (c) 2017 hewz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Cordova/ionic 百度定位Android插件 v7.2 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/Simar/cordova-baidu-location.git
git@gitee.com:Simar/cordova-baidu-location.git
Simar
cordova-baidu-location
cordova-baidu-location
master

搜索帮助