Package com.esri.arcgisruntime.location
Interface LocationDataSource.LocationChangedListener
-
- Enclosing class:
- LocationDataSource
public static interface LocationDataSource.LocationChangedListener
The listener interface for receiving location changed events from a LocationDataSource.- Since:
- 100.6.0 for Android and 100.9.0 for Java SE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
locationChanged(LocationDataSource.LocationChangedEvent locationChangedEvent)
Invoked when the Location of a LocationDataSource changes.
-
-
-
Method Detail
-
locationChanged
void locationChanged(LocationDataSource.LocationChangedEvent locationChangedEvent)
Invoked when the Location of a LocationDataSource changes.- Parameters:
locationChangedEvent
- the location changed event- Since:
- 100.6.0 for Android and 100.9.0 for Java SE
-
-