0

我想知道 HTML5 应用程序中用户的当前地理定位(使用 PhoneGap 的 Eclipse)。我正在使用 geolocation.getCurrentPosition 功能。但它不适用于 android 手机和模拟器。

此行在 html 页面就绪功能中使用:

navigator.geolocation.getCurrentPosition(onSuccess, onError,{maximumAge:600000, timeout:5000, enableHighAccuracy: true});

但总是显示错误代码:3 和消息:超时已过期

4

0 回答 0