Package 

Class SearchUnitParams

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchUnitParams(PoiLayer poiLayer, List<GeoPoint> searchBox, List<String> displayContent, String languageString, Integer maxResultCount, Double lat, Double lon)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final PoiLayer getPoiLayer() The POI layer to be used for the search.
      final List<GeoPoint> getSearchBox() The search box coordinates, represented as a list of GeoPoint.
      final List<String> getDisplayContent() The content to be displayed in the search results.
      final String getLanguageString() The language string for the search results.
      final Integer getMaxResultCount() The maximum number of results to be returned by the search.
      final Double getLat() The latitude of the search location.
      final Double getLon() The longitude of the search location.
      Boolean equals(Object other)
      Integer hashCode()
      • Methods inherited from class java.lang.Object

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

      • SearchUnitParams

        SearchUnitParams(PoiLayer poiLayer, List<GeoPoint> searchBox, List<String> displayContent, String languageString, Integer maxResultCount, Double lat, Double lon)
    • Method Detail

      • getSearchBox

         final List<GeoPoint> getSearchBox()

        The search box coordinates, represented as a list of GeoPoint. This defines the area within which the search will be conducted.

      • getDisplayContent

         final List<String> getDisplayContent()

        The content to be displayed in the search results. This is a list of strings that represent the poi category.

      • getLanguageString

         final String getLanguageString()

        The language string for the search results. This is used to specify the language in which the results should be displayed.

      • getMaxResultCount

         final Integer getMaxResultCount()

        The maximum number of results to be returned by the search. This limits the number of search results that can be displayed.

      • getLat

         final Double getLat()

        The latitude of the search location. This is used to specify the geographical latitude for the search.

      • getLon

         final Double getLon()

        The longitude of the search location. This is used to specify the geographical longitude for the search.

      • equals

         Boolean equals(Object other)