Struct

WPEWebKitGeolocationPosition

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

Constructors

webkit_geolocation_position_new

Create a new WebKitGeolocationPosition.

Available since: 2.26

Instance methods

webkit_geolocation_position_copy

Make a copy of the WebKitGeolocationPosition.

Available since: 2.26

webkit_geolocation_position_free

Free the WebKitGeolocationPosition.

Available since: 2.26

webkit_geolocation_position_set_altitude

Set the position altitude.

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_speed

Set the position speed.

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