GeoBlazor Pro
layout: pro title: OutputLines parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
OutputLines Enum
The type of route that is output by the Solve(string, RouteParameters, RequestOptions) method.
public enum OutputLines
Fields
None
0
Do not return any shapes for the routes.
Straight
1
Return a straight line between the stops.
TrueShape
2
Return the exact shape of the resulting route that is based on the underlying streets.
TrueShapeWithMeasure
3
Return the exact shape of the resulting route that is based on the underlying streets and include route measurements that keep track of the cumulative travel time or travel distance along the route relative to the first stop.