Interface AddressLookupCallback

  • All Implemented Interfaces:

    
    public interface AddressLookupCallback
    
                        

    Implement this callback to be able to use Address Lookup functionality.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onQueryChanged(String query) In this method you will receive the query as shopper types it.
      Boolean onLookupCompletion(LookupAddress lookupAddress) In this method you will receive a LookupAddress object that is incomplete.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onQueryChanged

         abstract Unit onQueryChanged(String query)

        In this method you will receive the query as shopper types it.

        This query is to be used to perform an address search operation.

        Parameters:
        query - The search query.