大约有 2 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0011 秒)
....setZoom(17); } } function onError(e) { if (e.code == Geolocation.TIMEOUT) alert("获取位置超时"); else if (e.code == Geolocation.POSITION_UNAVAILABLE) alert("位置不可用"); else if (e.code == Geolocation.PERMISSION_DENIED) alert("无权限"); } })(); module laya { import Stage = Laya.Stage...
来源: Laya_示例 发布时间: 20251209
... function onOrientationChange(absolute, info) { if (info.alpha === null) { alert("当前设备不支持陀螺仪。"); } else if (firstTime && !absolute && !Browser.onIOS) { firstTime = false; alert("在当前设备中无法获取地球坐标系,使用设备坐标系,你可以继续观赏,但...
来源: Laya_示例 发布时间: 20251209