Struct
WebKit2GeolocationPosition
Description [src]
struct WebKitGeolocationPosition {
/* No available fields */
}
WebKitGeolocationPosition is an opaque struct used to provide position updates to a
WebKitGeolocationManager
using webkit_geolocation_manager_update_position().
Available since: | 2.26 |
Instance methods
webkit_geolocation_position_copy
Make a copy of the WebKitGeolocationPosition
.
Available since: 2.26
webkit_geolocation_position_set_altitude_accuracy
Set the accuracy of position
altitude.
Available since: 2.26
webkit_geolocation_position_set_heading
Set the position
heading, as a positive angle between the direction of movement and the North
direction, in clockwise direction.
Available since: 2.26
webkit_geolocation_position_set_timestamp
Set the position
timestamp. By default it’s the time when the position
was created.
Available since: 2.26