CloudRoutingGetCostMatrixOptions¶
Namespace: ThinkGeo.Core
A class provides the options for the GetCostMatrix API.
public class CloudRoutingGetCostMatrixOptions
Inheritance Object → CloudRoutingGetCostMatrixOptions
Remarks:
A class provides the options for the GetCostMatrix API.
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; }
Property Value¶
Constructors¶
CloudRoutingGetCostMatrixOptions()¶
public CloudRoutingGetCostMatrixOptions()