Interface IInternalLocatorCallback


public interface IInternalLocatorCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    locationReceived(android.location.Location location, boolean continueScan, boolean checkIfIsBetter)
     
  • Method Details

    • locationReceived

      void locationReceived(@Nullable android.location.Location location, boolean continueScan, boolean checkIfIsBetter)
      Parameters:
      location - fresh location received from client
      continueScan - if you want to continue scanning for new location
      checkIfIsBetter - enable the check for the current location if is better than the old one, this parameter has no effect when if continueScan is false