Module com.esri.arcgisruntime
Interface LocationDisplay.DataSourceStatusChangedListener
- Enclosing class:
LocationDisplay
public static interface LocationDisplay.DataSourceStatusChangedListener
Defines methods that are called when the LocationDataSource of a LocationDisplay is started or stopped.
- Since:
- 100.9.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the the LocationDataSource of a LocationDisplay is started or stopped.
-
Method Details
-
onStatusChanged
Called when the the LocationDataSource of a LocationDisplay is started or stopped.- Parameters:
status
- event indicating the new DataSource and its state- Since:
- 100.9.0
-