active property

bool active

Whether the client is currently active.

An active client was successfully started using start and is receiving location updates.

Please keep in mind that GeoClue can at any time stop and start the client on user (agent) request. Applications that are interested in in these changes, should watch for changes in this property.

Implementation

bool get active => _getProperty('Active', false);