Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.location
Class NmeaLocationDataSource.SatellitesChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.location.NmeaLocationDataSource.SatellitesChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
NmeaLocationDataSource
An event representing a change of satellite information.
- Since:
- 100.10.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionReturns the satellite infos for the event.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getSatelliteInfos
Returns the satellite infos for the event.- Returns:
- the satellite infos
- Since:
- 100.10.0
-