-
- All Implemented Interfaces:
public final class SearchUnitParams
-
-
Field Summary
Fields Modifier and Type Field Description private final PoiLayer
poiLayer
private final List<GeoPoint>
searchBox
private final List<String>
displayContent
private final String
languageString
private final Integer
maxResultCount
private final Double
lat
private final Double
lon
-
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()
-
-
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.
-
-
-
-