[ CCode ( type_id = "webkit_geolocation_manager_get_type ()" ) ] [ Version ( since = "2.26" ) ] publicclassGeolocationManager : Object
Geolocation manager.
WebKitGeolocationManager provides API to get the geographical position of the user. Once a
GeolocationPermissionRequest is allowed, when WebKit needs to know
the user location start signal is emitted. If the signal is handled and
returns true, the application is responsible for providing the position every time it's updated by
calling update_position. The signal
stop will be emitted when location updates are no longer needed.