Package com.azure.maps.search.models
Class ReverseSearchCrossStreetAddressOptions
java.lang.Object
com.azure.maps.search.models.BaseReverseSearchOptions<ReverseSearchCrossStreetAddressOptions>
com.azure.maps.search.models.ReverseSearchCrossStreetAddressOptions
public final class ReverseSearchCrossStreetAddressOptions
extends BaseReverseSearchOptions<ReverseSearchCrossStreetAddressOptions>
Class holding optional parameters for Search.
-
Constructor Summary
ConstructorsConstructorDescriptionReverseSearchCrossStreetAddressOptions
(com.azure.core.models.GeoPosition coordinates) Builds reverse cross street search options with coordinates. -
Method Summary
Methods inherited from class com.azure.maps.search.models.BaseReverseSearchOptions
getCoordinates, getHeading, getLanguage, getLocalizedMapView, getRadiusInMeters, setCoordinates, setHeading, setLanguage, setLocalizedMapView, setRadiusInMeters
-
Constructor Details
-
ReverseSearchCrossStreetAddressOptions
public ReverseSearchCrossStreetAddressOptions(com.azure.core.models.GeoPosition coordinates) Builds reverse cross street search options with coordinates.- Parameters:
coordinates
- TheGeoPosition
coordinates to be searched.
-
-
Method Details
-
getTop
Returns the top value.- Returns:
- the top value.
-
setTop
Sets the top value.- Parameters:
top
- the top value.- Returns:
- a reference to this
ReverseSearchCrossStreetAddressOptions
-