isSupported() |
Boolean |
判断是否支持浏览器定位 |
setLocationCompleteCallback
(callback:Function) |
none |
设置定位结束后的回调函数。
参数:results: GeolocationResult |
getCurrentPosition() |
none |
获取用户当前位置。
(当定位成功时,回调函数的参数为GeolocationResult对象,否则为null。) |
watchPosition() |
Number |
监控当前位置。在监控过程中,当前位置发生变化会持续调用回调函数 |
clearWatch(watchId:Number) |
none |
取消对当前位置的监控。
(watchId为监控当前位置的侦听句柄,即watchPosition函数的返回值) |
enableAutoViewport() |
none |
启用根据结果自动调整地图层级 |
disableAutoViewport() |
none |
禁用根据结果自动调整地图层级 |
getStatus() |
Object |
返回结果状态。返回对象包含如下属性:
errcode:Number,errmsg:String |