Module com.esri.arcgisruntime
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.9.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
locationChanged
(LocationDataSource.LocationChangedEvent locationChangedEvent) Invoked when the Location of a LocationDataSource changes.
-
Method Details
-
locationChanged
Invoked when the Location of a LocationDataSource changes.- Parameters:
locationChangedEvent
- the location changed event- Since:
- 100.9.0
-