Coordinates - Web API 接口参考 编辑
Coordinates
(坐标)接口表示设备在地球上的位置和海拔,以及计算这些属性的精确度。
属性
The Coordinates
interface doesn't inherit any property.
Coordinates.latitude
只读- Returns a
double
representing the position's latitude in decimal degrees. Coordinates.longitude
只读- Returns a
double
representing the position's longitude in decimal degrees. Coordinates.altitude
只读- Returns a
double
representing the position's altitude in metres, relative to sea level. This value can benull
if the implementation cannot provide the data. Coordinates.accuracy
只读- Returns a
double
representing the accuracy of thelatitude
andlongitude
properties, expressed in meters. Coordinates.altitudeAccuracy
只读- Returns a
double
representing the accuracy of thealtitude
expressed in meters. This value can benull
. Coordinates.heading
只读- Returns a
double
representing the direction in which the device is traveling. This value, specified in degrees, indicates how far off from heading due north the device is.0
degrees represents true true north, and the direction is determined clockwise (which means that east is90
degrees and west is270
degrees). Ifspeed
is0
,heading
isNaN
. If the device is unable to provideheading
information, this value isnull
. Coordinates.speed
只读- Returns a
double
representing the velocity of the device in meters per second. This value can benull
.
方法
The Coordinates
interface neither implements, nor inherits any method.
规范
Specification | Status | Comment |
---|---|---|
Geolocation API Coordinates | Recommendation | Initial specification. |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 5 | 3.5 (1.9.1) | 9 | 10.60 Removed in 15.0 Reintroduced in 16.0 | 5 |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | ? | 4.0 (4) | ? | 10.60 | ? |
请参见
- Using geolocation
- The
Geolocation
interface that uses it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论