Package com.esri.arcgisruntime.location
Interface LocationDataSource.HeadingChangedListener
-
- Enclosing class:
- LocationDataSource
public static interface LocationDataSource.HeadingChangedListener
The listener interface for receiving heading 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
headingChanged(LocationDataSource.HeadingChangedEvent headingChangedEvent)
Invoked when the heading of a LocationDataSource changes.
-
-
-
Method Detail
-
headingChanged
void headingChanged(LocationDataSource.HeadingChangedEvent headingChangedEvent)
Invoked when the heading of a LocationDataSource changes.- Parameters:
headingChangedEvent
- the heading changed event- Since:
- 100.6.0 for Android and 100.9.0 for Java SE
-
-