Since 2.26Free the WebKit.GeolocationPosition
Set the position altitude.
altitude in meters
Set the accuracy of position altitude.
accuracy of position altitude in meters
Set the position heading.
Set the position heading, as a positive angle between the direction of movement and the North
direction, in clockwise direction.
heading in degrees
Set the position speed.
speed in meters per second
Set the position timestamp.
By default it's the time when the position was created.
timestamp in seconds since the epoch, or 0 to use current time
Staticnew
An opaque struct to provide position updates to a WebKit.GeolocationManager.
WebKitGeolocationPosition is an opaque struct used to provide position updates to a WebKit.GeolocationManager using
webkit_geolocation_manager_update_position().Since
2.26