Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够使用 GPS 坐标显示具有平移/缩放功能和覆盖位置标记的平面图(类似于 uber 克隆,但以位置图为基础而不是地图)。
探索的最佳途径是什么?
您可以使用位置管理器来获取位置侦听器。您可以使用来自位置侦听器的 lat/lng 值,使用图像查看器或手动使用drawImage(from Graphics) 正确定位图像。您需要知道与图像角对应的纬度和经度值,以便正确定位图像。
drawImage
Graphics