Package 

Interface SearchEngine

    • 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 List<PoiSearchEntity> search(List<String> displayContent, List<GeoPoint> searchBox, Integer maxResultCount, String language) This method will be called when the SDK need to do search.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • search

         abstract List<PoiSearchEntity> search(List<String> displayContent, List<GeoPoint> searchBox, Integer maxResultCount, String language)

        This method will be called when the SDK need to do search.

        Parameters:
        displayContent - the POI will be searched based on this list.
        searchBox - the search range polygon
        maxResultCount - the maximum result count of search
        language - the current language