-
- All Implemented Interfaces:
public interface SearchEngine
-
-
Method Summary
-
-
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 polygonmaxResultCount
- the maximum result count of searchlanguage
- the current language
-
-
-
-