com.supermap.plugin

Interface SatelliteStatusListener



  • public interface SatelliteStatusListener
    The listener of changes in location is used to return the latest satellite information.
    • 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