Position 接口表示在给定的时间的相关设备的位置。这个位置,用一个Coordinates对象表示,包括设备在地球上的二维位置, 但是也可以包括设备的海拔和速度。
属性
Position接口没有继承任何属性。
Position.coords只读- 返回一个定义了当前位置的
Coordinates对象. Position.timestamp只读- 返回一个时间戳
DOMTimeStamp, 这个时间戳表示获取到的位置的时间。
方法
Position 接口没有实现也没有继承任何方法。
标准
| Specification | Status | Comment |
|---|---|---|
| Geolocation API Position |
Recommendation | Initial specification. |
浏览器兼容性
| 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
Geolocationinterface that use it.