get_full
Description:
[ Version ( since = "1.0" ) ]
public async bool get_full (Cancellable? cancellable, out Location3gpp location_3gpp, out LocationGpsNmea location_gps_nmea, out LocationGpsRaw location_gps_raw, out LocationCdmaBs location_cdma_bs) throws Error
public async bool get_full (Cancellable? cancellable, out Location3gpp location_3gpp, out LocationGpsNmea location_gps_nmea, out LocationGpsRaw location_gps_raw, out LocationCdmaBs location_cdma_bs) throws Error
Asynchronously gets the current location information.
When the operation is finished, callback
will be invoked in the thread-default main loop of the thread you are calling this
method from. You can then call get_full.end to get the result of the operation.
See get_full_sync for the synchronous, blocking version of this method.
Parameters:
this | |
cancellable |
A Cancellable or |
callback |
A TaskReadyCallback to call when the request is satisfied or |
user_data |
User data to pass to |