大约有 220 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0045 秒)
Laya_社区(173) Laya2.0_文档(15) Laya3.0_文档(12) laya_api(7) Laya3.0_api(5) Laya2.0_api(4) Laya2.0_示例(2) Laya_示例(2)
...umber Defined in laya/device/geolocation/GeolocationInfo.ts:38 获取设备当前地理坐标的精度 Returns number altitude get altitude(): number Defined in laya/device/geolocation/GeolocationInfo.ts:31 获取设备当前地理坐标的高度 Returns number altitudeAccuracy get altitudeAccuracy(...
来源: Laya3.0_api 发布时间: 20231115
用Geolocation获位置信息地理位置1、获取当前定位2、监视位置改变用Geolocation获位置信息 地理位置 如果设备支持Geolocation,并且所使用的浏览器支持,就可以使用Geolocation获取设备的当前地理位置。可以打开网页http://caniuse.com/#sea...
来源: Laya3.0_文档 发布时间: 20241014
# 使用百度地图显示当前位置 > 本节一步步演示使用watchPosition()在百度地图上标注出当前所在位置。watchPosition方法来自于Geolocation API,**学习本节前请先阅读Geolocation基础文档或Geolocation API文档。** > 在开始之前需要在index.html中...
来源: Laya2.0_文档 发布时间: 20210715
# 使用百度地图显示当前位置 > 本节一步步演示使用watchPosition()在百度地图上标注出当前所在位置。watchPosition方法来自于Geolocation API,**学习本节前请先阅读Geolocation基础文档或Geolocation API文档。** > 在开始之前需要在index.html中...
来源: Laya2.0_文档 发布时间: 20210714
# 使用百度地图显示当前位置 > 本节一步步演示使用watchPosition()在百度地图上标注出当前所在位置。watchPosition方法来自于Geolocation API,**学习本节前请先阅读Geolocation基础文档或Geolocation API文档。** > 在开始之前需要在index.html中...
来源: Laya2.0_文档 发布时间: 20210715
...sition(onSuccess:Handler, onError:Handler = null):void[static] 获取设备当前位置。 Geolocation watchPosition(onSuccess:Handler, onError:Handler):int[static] 监视设备当前位置。回调处理器在设备位置改变时被执行。 GeolocationPublic Constants ConstantDefined By PE...
来源: laya_api 发布时间: 20170929
...sition(onSuccess:Handler, onError:Handler = null):void[static] 获取设备当前位置。 Geolocation watchPosition(onSuccess:Handler, onError:Handler):int[static] 监视设备当前位置。回调处理器在设备位置改变时被执行。 GeolocationPublic Constants ConstantDefined By PE...
来源: Laya2.0_api 发布时间: 20190513
...t.fontSize = 100; degreesText.color = "#FFFFFF"; } // 方位指示器指向当前所朝方位。 function createDirectionIndicator() { directionIndicator = new Sprite(); Laya.stage.addChild(directionIndicator); directionIndicator.alpha = 0.8; directionIndicator.graphics.drawCircle(0, 0, 70, "#343434...
来源: Laya_示例 发布时间: 20241123
...n(Event.CHANGE, this, this.onOrientationChange); } // 方位指示器指向当前所朝方位 createCompass() { const Sprite = Laya.Sprite; compassImg = new Sprite(); Laya.stage.addChild(compassImg); compassImg.loadImage(compassImgPath); compassImg.pivot(compassImg.width / 2, compassImg.height / 2);...
来源: Laya2.0_示例 发布时间: 20241123
...从0至360。 若absolute为true或者在IOS中,alpha值是从北方到当前设备方向的角度值。 RotationInfo beta : Number X轴旋转角度, 其值范围从-180至180。代表设备从前至后的运动。 RotationInfo compassAccuracy : Number 罗盘数据的精确度(角度)。...
来源: laya_api 发布时间: 20170929