Interface IInternalLocatorCallback
public interface IInternalLocatorCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidlocationReceived(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 clientcontinueScan- if you want to continue scanning for new locationcheckIfIsBetter- enable the check for the current location if is better than the old one, this parameter has no effect when if continueScan is false
-