onLocationChanged property
Sets a callback to be invoked when the location property of the location display has been changed.
Location updates are only received when LocationDisplay.started is true.
Implementation
Stream<ArcGISLocation> get onLocationChanged =>
_locationChangedStreamController.stream;