geolocationOptions
若要自訂的地理定位檢索的可選參數Position
.
{maximumAge: 3000,超時: 5000,enableHighAccuracy: true} ;
選項
enableHighAccuracy: 提供應用程式需要最佳的可能結果的提示。 預設情況下,該設備將嘗試檢索
Position
使用基於網路的方法。 將此屬性設置為true
告訴要使用更精確的方法,如衛星定位的框架。 (布林值)超時: 時間 (毫秒) 從調用傳遞,允許的最大長度
[geolocation.getCurrentPosition](../geolocation.getCurrentPosition.html)
或[geolocation.watchPosition](../geolocation.watchPosition.html)
直到相應的[geolocationSuccess](geolocationSuccess.html)
回檔執行。 如果[geolocationSuccess](geolocationSuccess.html)
不會在此時間內調用回檔[geolocationError](geolocationError.html)
傳遞回檔[PositionError](../PositionError/positionError.html).TIMEOUT
錯誤代碼。 (請注意,與一起使用時[geolocation.watchPosition](../geolocation.watchPosition.html)
、[geolocationError](geolocationError.html)
的時間間隔可以調用回檔每timeout
毫秒!)(人數)maximumAge: 接受其年齡大於指定以毫秒為單位的時間沒有緩存的位置。(人數)
Android 的怪癖
Android 2.x 模擬器不返回地理定位結果除非 enableHighAccuracy
選項設置為true
.