Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.location
Interface NmeaLocationDataSource.SatellitesChangedListener
- Enclosing class:
NmeaLocationDataSource
public static interface NmeaLocationDataSource.SatellitesChangedListener
The listener interface for receiving satellite changed events.
- Since:
- 100.10.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
satellitesChanged
(NmeaLocationDataSource.SatellitesChangedEvent satellitesChangedEvent) Invoked when satellites have changed
-
Method Details
-
satellitesChanged
Invoked when satellites have changed- Parameters:
satellitesChangedEvent
- the event- Since:
- 100.10.0
-