监听实时地理位置变化事件
// 监听地理位置变化 const handleRemove = xhs.onLocationChange(res=>{ // }) // 移除监听 handleRemove()