-
- All Implemented Interfaces:
public final class SearchUnitParams
-
-
Field Summary
Fields Modifier and Type Field Description private final PoiLayerpoiLayerprivate final List<GeoPoint>searchBoxprivate final List<String>displayContentprivate final StringlanguageStringprivate final IntegermaxResultCountprivate final Doublelatprivate final Doublelon
-
Method Summary
Modifier and Type Method Description final PoiLayergetPoiLayer()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 StringgetLanguageString()The language string for the search results. final IntegergetMaxResultCount()The maximum number of results to be returned by the search. final DoublegetLat()The latitude of the search location. final DoublegetLon()The longitude of the search location. Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getPoiLayer
final PoiLayer getPoiLayer()
The POI layer to be used for the search.
-
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.
-
-
-
-