龙空技术网

HTML5基础学习 12-位置

古典小说 29

前言:

当前小伙伴们对“定位失败html5”大致比较着重,兄弟们都想要分析一些“定位失败html5”的相关知识。那么小编在网摘上网罗了一些关于“定位失败html5””的相关文章,希望我们能喜欢,咱们一起来学习一下吧!

1什么是Geolocation API?

在HTML5中,Geolocation API用于获取用户的地理位置。由于这可能会损害用户隐私,所以该选项不可用,除非用户批准。

对于具有GPS(如智能手机等)的设备,地理位置更为准确。

2 使用HTML Geolocation

The Geolocation API’s main method is getCurrentPosition, which retrieves the current geographic location of the user's device.

Geolocation API的主要方法是getCurrentPosition,它检索用户设备的当前地理位置。

Parameters:showLocation (mandatory): Defines the callback method that retrieves location information.ErrorHandler(optional): Defines the callback method that is invoked when an error occurs in processing the asynchronous call.Options (optional): Defines a set of options for retrieving the location information.

参数:showLocation(mandatory):定义检索位置信息的回调方法。ErrorHandler(可选):定义在处理异步调用时发生错误时调用的回调方法。选项(可选):定义一组用于检索位置信息的选项。

3呈现数据 Presenting Data

User location can be presented in two ways: Geodeticand Civic.1. The geodetic way to describe position refers directly to latitude and longitude.2. The civic representation of location data is presented in a format that is more easily read and understood by the average person.Each parameter has both a geodetic and a civic representation:

用户位置可以通过两种方式呈现:大地测量和公民。

描述位置的大地测量方式直接指向纬度和经度。

2.位置数据的公民表示以一般人更容易阅读和理解的格式呈现。

每个参数都具有大地测量和公民表征:

The getCurrentPosition() method returns an object if it is successful. The latitude, longitude, and accuracy properties are always returned.

getCurrentPosition()方法成功返回一个对象。 纬度,经度和精度属性总是返回。

标签: #定位失败html5 #html5设置位置