• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0010 秒)

1. 获取位置信息 · LayaAir3.4 · 引擎文档 · LAYABOX [ 100%]

...tPosition(onSuccess: Handler, onError: Handler = null): void { Geolocation.navigator.geolocation.getCurrentPosition(function (pos: any): void { Geolocation.position.setPosition(pos); onSuccess.runWith(Geolocation.position); }, function (error: any): void { onError.runWith(error); }, { enableHighAccu...

来源: Laya3.0_文档 发布时间: 20251010