Package com.azure.maps.search.models
Class BaseSearchGeometryOptions<T extends BaseSearchGeometryOptions<T>>
java.lang.Object
com.azure.maps.search.models.BaseSearchGeometryOptions<T>
- Direct Known Subclasses:
SearchAlongRouteOptions
,SearchInsideGeometryOptions
public abstract class BaseSearchGeometryOptions<T extends BaseSearchGeometryOptions<T>>
extends Object
Class holding optional parameters for Geometry Search.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the category filter.Returns the localized map view.Returns the operating hours.getQuery()
Returns the query string.getTop()
Returns the top results.setCategoryFilter
(List<Integer> categoryFilter) Sets the category filter.setLocalizedMapView
(LocalizedMapView localizedMapView) Sets the localized map view.setOperatingHours
(OperatingHoursRange operatingHours) Sets the operating hours.Sets the query string.Sets the top value.
-
Constructor Details
-
BaseSearchGeometryOptions
public BaseSearchGeometryOptions()
-
-
Method Details
-
getLocalizedMapView
Returns the localized map view.- Returns:
- the localized map view.
-
getCategoryFilter
Returns the category filter.- Returns:
- the category filter.
-
getTop
Returns the top results.- Returns:
- the top results.
-
getOperatingHours
Returns the operating hours.- Returns:
- the operating hours.
-
getQuery
Returns the query string.- Returns:
- the query string.
-
setCategoryFilter
Sets the category filter.- Parameters:
categoryFilter
- the category filter.- Returns:
- a reference to this
T
class.
-
setTop
Sets the top value.- Parameters:
top
- the top value.- Returns:
- a reference to this
T
class.
-
setLocalizedMapView
Sets the localized map view.- Parameters:
localizedMapView
- the localized map view.- Returns:
- a reference to this
T
class.
-
setOperatingHours
Sets the operating hours.- Parameters:
operatingHours
- the operating hours.- Returns:
- a reference to this
T
class.
-
setQuery
Sets the query string.- Parameters:
query
- the query string.- Returns:
- a reference to this
T
class.
-