locationUpdated property

Stream<GeoClueLocation> locationUpdated

A stream of location updates.

The client should set the distanceThreshold property to control how often this signal is emitted.

Implementation

Stream<GeoClueLocation> get locationUpdated => _locationController.stream;