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.
大家好,我正在开发一个 android phonegap 应用程序,我必须在 android 模拟器的 Google 地图中显示多个位置,我正在尝试显示的示例代码
http://docs.phonegap.com/en/1.6.0/cordova_geolocation_geolocation.md.html#geolocation.getCurrentPosition
获取当前位置。但它不显示当前位置。任何人都可以指导我吗?
提前感谢图沙尔
您需要在设备上检查您的应用程序。将其部署在您的设备上并启动 GPS,它将直接显示当前位置。模拟器不会显示当前位置,直到您使用 DDMS 工具提供它,这是检查设备中地图的最佳方式。