Class CloudRoutingGetCostMatrixOptions
A class provides the options for the GetCostMatrix API.
[Obfuscation(Exclude = true)]
public class CloudRoutingGetCostMatrixOptions
- Inheritance
-
CloudRoutingGetCostMatrixOptions
- Inherited Members
Remarks
A class provides the options for the GetCostMatrix API.
Constructors
CloudRoutingGetCostMatrixOptions()
public CloudRoutingGetCostMatrixOptions()
Properties
CoordinateSnapRadius
Optional. The maximum distance of a coordinate can be snapped to the road network. Defaults to 5000 meters.
public float CoordinateSnapRadius { get; set; }
Property Value
CoordinateSnapRadiusUnit
Optional. The unit of the radius to snap the input coordinate to road network.
public DistanceUnit CoordinateSnapRadiusUnit { get; set; }
Property Value
DistanceUnit
Optional. The unit of measure in which to express the distances.
public DistanceUnit DistanceUnit { get; set; }