com.supermap.plugin
Interface SatelliteStatusListener
-
public interface SatelliteStatusListener
The listener of changes in location is used to return the latest satellite information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onSatelliteStatusChanged(java.util.List<LocationManagePlugin.Satellite> satelliteList)
Satellite information changes callback
-
-
-
Method Detail
-
onSatelliteStatusChanged
void onSatelliteStatusChanged(java.util.List<LocationManagePlugin.Satellite> satelliteList)
Satellite information changes callback- Parameters:
satelliteList
- The list of the satellite, which can be used to get the relevant information of the satellites.LocationManagePlugin.Satellite
-
-