KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
wjSimulateLocation
★ 17
Open GitHub ↗
虚拟定位
Download README (.md)
Explore Similar Repositories
timeslicing
:
Batched algorithm timeslicing
WeChat
:
No description available.
thread
:
Simply, lightweight and easy multi-thread JavaScript library
SoapProject
:
This is an wrapper Soap library for Android
TicTacToeAI
:
:hash:ㅤA C program for a game of TicTacToe using Artificial Intelligence
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
wjSimulateLocation
?
Download (.md)
# 虚拟定位 此demo使用的苹果开发者账号,且不能进行长时间的修改手机定位。 ## 坐标系 国内的坐标系与国际稍微有点不一样,主要有以下几种,如果不是专业做地图,我们也不必强行记住它。 * (1)WGS-84:GPS以及iOS定位的坐标系; * (2)GCS-02:国内和高德定位的坐标系(相关法律法规要求,对地图数据进行加密偏移处理); * (3)BD-09:百度定位的坐标系(百度地图偏移多一次); * (4)如果直接用国内的坐标放到iOS地图上,会出现偏差,所以获取到坐标点后需要进行坐标的转换处理。 从[高德地图](http://lbs.amap.com/console/show/picker)搜索相关的位置。 把工程中的gpx文件的scheme进行设置 Product->Scheme->Edit Scheme->Options->Default Location ,选择刚才创建的GPX File,allow location simulation需要打上勾。 真机或模拟器运行都可以的。 * 此方法能够修改掉微信或者是QQ等软件的定位。 * 这方法不能进行长时间的修改手机定位。 * 这只能在调试的时候进行修改,如果断掉,直接进行使用,不能修改手机定位。