MapsRoutingModelFactory.RouteRangeResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of RouteRangeResult.
public static Azure.Maps.Routing.Models.RouteRangeResult RouteRangeResult (string formatVersion = default, Azure.Maps.Routing.Models.RouteRange reachableRange = default, Azure.Maps.Routing.Models.RouteReport report = default);
static member RouteRangeResult : string * Azure.Maps.Routing.Models.RouteRange * Azure.Maps.Routing.Models.RouteReport -> Azure.Maps.Routing.Models.RouteRangeResult
Public Shared Function RouteRangeResult (Optional formatVersion As String = Nothing, Optional reachableRange As RouteRange = Nothing, Optional report As RouteReport = Nothing) As RouteRangeResult
Parameters
- formatVersion
- String
Format Version property.
- reachableRange
- RouteRange
Reachable Range.
- report
- RouteReport
Reports the effective settings used in the current call.
Returns
A new RouteRangeResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET