Module com.esri.arcgisruntime
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.9.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
headingChanged
(LocationDataSource.HeadingChangedEvent headingChangedEvent) Invoked when the heading of a LocationDataSource changes.
-
Method Details
-
headingChanged
Invoked when the heading of a LocationDataSource changes.- Parameters:
headingChangedEvent
- the heading changed event- Since:
- 100.9.0
-