[ Version ( since = "1.0" ) ]
public bool set_gps_refresh_rate_sync (uint rate, Cancellable? cancellable = null) throws Error
Synchronously configures the GPS refresh rate.
If a 0 rate is used, the GPS location updates will be immediately propagated to the interface.
The calling thread is blocked until a reply is received. See set_gps_refresh_rate for the asynchronous version of this method.
this | |
rate |
The GPS refresh rate, in seconds. |
cancellable |
A Cancellable or |
|