Package 

Class SearchUnitParams

    • 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.