connectStart

fun connectStart(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Boolean): <Error class: unknown class>

The signal is emitted to notify that @manager needs to start receiving position updates. After this signal is emitted the user should provide the updates using webkit_geolocation_manager_update_position() every time the position changes, or use webkit_geolocation_manager_failed() in case it isn't possible to determine the current position.

If the signal is not handled, WebKit will try to determine the position using GeoClue if available.

Since

2.26

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Returns true to stop other handlers from being invoked for the event. false to propagate the event further.