Package com.azure.maps.route.models
Class RouteRangeResult
java.lang.Object
com.azure.maps.route.models.RouteRangeResult
This object is returned from a successful Route Reachable Range call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the formatVersion property: Format Version property.Get the reachableRange property: Reachable Range.Get the report property: Reports the effective settings used in the current call.setReachableRange
(RouteRange reachableRange) Set the reachableRange property: Reachable Range.setReport
(RouteReport report) Set the report property: Reports the effective settings used in the current call.
-
Constructor Details
-
RouteRangeResult
public RouteRangeResult()
-
-
Method Details
-
getFormatVersion
Get the formatVersion property: Format Version property.- Returns:
- the formatVersion value.
-
getReachableRange
Get the reachableRange property: Reachable Range.- Returns:
- the reachableRange value.
-
setReachableRange
Set the reachableRange property: Reachable Range.- Parameters:
reachableRange
- the reachableRange value to set.- Returns:
- the RouteRangeResult object itself.
-
getReport
Get the report property: Reports the effective settings used in the current call.- Returns:
- the report value.
-
setReport
Set the report property: Reports the effective settings used in the current call.- Parameters:
report
- the report value to set.- Returns:
- the RouteRangeResult object itself.
-