Opera Presto supports the W3C Geolocation API Specification.
Please note that each property in the following data table is hyperlinked to its place in the online W3C Geolocation API Specification.
| Interface | Methods/Attributes | Description | Support |
|---|---|---|---|
Geolocation
|
Methods:getCurrentPosition()
|
This interface can be used by scripts to programmatically determine the location information associated with the hosting device. | Yes |
PositionOptions
|
Attributes:enableHighAccuracy timeout
|
The getCurrentPosition() and watchPosition() methods accept PositionOptions interface
objects as their third argument..
|
Yes |
Position
|
Attributes:coords
|
This interface is the container for the geolocation information returned by this API. | Yes |
Coordinates
|
Attributes:latitude
|
The geographic coordinate reference system used by the attributes in this interface is the World Geodetic System (2d) [WGS84]. | Yes |
PositionError
|
Attributes:code
|
This interface provides error codes. | Yes |
Need help? Hit F1 anytime while using Opera to access our online help files, or go here.