🧩 问题一:点击位置偏移(Click Position Offset)
在地图界面中,我点击了某个具体位置,但系统响应的位置与实际点击点有明显偏移,偏差非常大,完全不是我所选的位置。
On the map interface, when I click on a specific location, the system responds with a point that is significantly offset. The response point is completely different from where I actually clicked.
🧩 问题二:导入坐标不准确(Incorrect Imported Coordinates)
我尝试使用由 Mika 提供的经纬度坐标,但模拟位置与预期地点不一致。即便坐标本身是准确的,地图显示的位置却明显有误。
I manually entered the coordinates provided by Mika, but the simulated location does not match the expected place. Even though the coordinates themselves are correct, the map shows a clearly incorrect position.
🔍 初步怀疑原因 / Suspected Root Cause
问题可能与坐标系的转换有关。Mika 提供的坐标大概率是 WGS-84 国际坐标系统,而国内地图(如高德、腾讯、苹果地图)往往使用 GCJ-02 或 BD-09 坐标系统。如果未进行正确的坐标转换,会导致上述偏移问题。
The issue is likely related to coordinate system conversion. The coordinates from Mika are probably based on the WGS-84 global standard, whereas Chinese maps (such as Gaode, Tencent, or Apple Maps in China) typically use GCJ-02 or BD-09. Without proper conversion, such coordinate mismatches and offsets are expected.
我不知道是不是这个问题,因为我想学习一下巨魔app的撰写,所以打算复刻一个模拟定位的app并查了一些资料。
I'm not sure if this is the root cause, as I'm currently trying to learn how TrollStore apps are developed. As part of that, I plan to recreate a location spoofing app and have been doing some research on the topic.
🧩 问题一:点击位置偏移(Click Position Offset)
在地图界面中,我点击了某个具体位置,但系统响应的位置与实际点击点有明显偏移,偏差非常大,完全不是我所选的位置。
On the map interface, when I click on a specific location, the system responds with a point that is significantly offset. The response point is completely different from where I actually clicked.
🧩 问题二:导入坐标不准确(Incorrect Imported Coordinates)
我尝试使用由 Mika 提供的经纬度坐标,但模拟位置与预期地点不一致。即便坐标本身是准确的,地图显示的位置却明显有误。
I manually entered the coordinates provided by Mika, but the simulated location does not match the expected place. Even though the coordinates themselves are correct, the map shows a clearly incorrect position.
🔍 初步怀疑原因 / Suspected Root Cause
问题可能与坐标系的转换有关。Mika 提供的坐标大概率是 WGS-84 国际坐标系统,而国内地图(如高德、腾讯、苹果地图)往往使用 GCJ-02 或 BD-09 坐标系统。如果未进行正确的坐标转换,会导致上述偏移问题。
The issue is likely related to coordinate system conversion. The coordinates from Mika are probably based on the WGS-84 global standard, whereas Chinese maps (such as Gaode, Tencent, or Apple Maps in China) typically use GCJ-02 or BD-09. Without proper conversion, such coordinate mismatches and offsets are expected.
我不知道是不是这个问题,因为我想学习一下巨魔app的撰写,所以打算复刻一个模拟定位的app并查了一些资料。
I'm not sure if this is the root cause, as I'm currently trying to learn how TrollStore apps are developed. As part of that, I plan to recreate a location spoofing app and have been doing some research on the topic.