onLocationChanged property

Stream<ArcGISLocation> onLocationChanged

Set the location changed callback function for the location data source.

Implementation

Stream<ArcGISLocation> get onLocationChanged =>
    _locationChangedStreamController.stream;