Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.location
Interface LocationDataSource.ErrorChangedListener
- Enclosing class:
LocationDataSource
public static interface LocationDataSource.ErrorChangedListener
The listener interface for receiving
error changed events
from a LocationDataSource.- Since:
- 100.14.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
errorChanged
(LocationDataSource.ErrorChangedEvent errorChangedEvent) Invoked when the error of a LocationDataSource changes.
-
Method Details
-
errorChanged
Invoked when the error of a LocationDataSource changes.- Parameters:
errorChangedEvent
- the error changed event- Since:
- 100.14.0
-