Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The Position.coords
read-only property, a Coordinates
object, represents a geographic attitude: it contains the location, that is longitude and latitude on the Earth, the altitude, and the speed of the object concerned, regrouped inside the returned value. It also contains accuracy information about these values.
Syntax
coord = position.coords
Specifications
Specification | Status | Comment |
---|---|---|
Geolocation API The definition of 'Position.coords' in that specification. |
Recommendation | Initial specification. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Basic support | Chrome Full support 5 | Edge Full support Yes | Firefox Full support 3.5 | IE Full support 9 | Opera Full support 16 | Safari Full support 5 | WebView Android Full support Yes | Chrome Android Full support 18 | Edge Mobile Full support Yes | Firefox Android Full support 4 | Opera Android Full support 16 | Safari iOS Full support Yes | Samsung Internet Android ? |
Legend
- Full support
- Full support
- Compatibility unknown
- Compatibility unknown
See also
- Using geolocation
- The
Position
interface it belongs to.