2020-08-18 23:05发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
专家们!
我正在使用SAPUI5应用程序,我想通过浏览器(经度和纬度)获取位置并将其放置在xml视图的某些输入控件中:
我想知道我必须在视图控制器中添加什么功能才能获取此信息。 我希望你能帮助我。
来自哥伦比亚的问候!
使用
navigator.geolocation.getCurrentPosition(成功[,错误[,[选项]]))
注意
Anmol
您好 Juan David Forero
这是由于引用错误引起的。 按照前面的代码在Init中声明oView,或者您可以如下定义回调函数:
onInit:function(){ oView = this.getView(); navigator.geolocation.getCurrentPosition(function(position){ oView.byId(" txtLatitude")。setText(position.coords.latitude); oView.byId(" txtLongitude")。setText(position.coords.longitude); },函数(错误){ console.log('code:'+ error.code +'\ n'+'message:'+ error.message +'\ n') }); },
最多设置5个标签!
使用
注意
Anmol
您好 Juan David Forero
这是由于引用错误引起的。 按照前面的代码在Init中声明oView,或者您可以如下定义回调函数:
一周热门 更多>