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.
我正在使用phonegap 开发一个android 应用程序。现在我只想在设备有任何地图应用程序的情况下打开设备的本机地图应用程序,否则我想使用谷歌地图 api。现在我的问题是,如果设备中已经安装了本机地图应用程序,那么如何检查呢?
请帮帮我。
如果您使用坐标信息而不是链接,phoneGap 会将您定向到谷歌地图应用程序。如下;
<a href="geo:49.672950,-42.234515">Go to Map</a>