GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
RouteResultWithoutGraphics Class
Internal usage serialization record
public class RouteResultWithoutGraphics :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.RouteResultWithoutGraphics>
Inheritance System.Object 🡒 RouteResultWithoutGraphics
Implements System.IEquatable<RouteResultWithoutGraphics>
Constructors
RouteResultWithoutGraphics(FeatureSet, FeatureSet, DirectionsFeatureSet, string, FeatureSet, FeatureSet, FeatureSet, int) Constructor
Internal usage serialization record
public RouteResultWithoutGraphics(dymaptic.GeoBlazor.Core.Model.FeatureSet? DirectionLines, dymaptic.GeoBlazor.Core.Model.FeatureSet? DirectionPoints, dymaptic.GeoBlazor.Pro.Results.DirectionsFeatureSet? Directions, string? RouteName, dymaptic.GeoBlazor.Core.Model.FeatureSet? TraversedEdges, dymaptic.GeoBlazor.Core.Model.FeatureSet? TraversedJunctions, dymaptic.GeoBlazor.Core.Model.FeatureSet? TraversedTurns, int Index);
Parameters
DirectionLines
dymaptic.GeoBlazor.Core.Model.FeatureSet
DirectionPoints
dymaptic.GeoBlazor.Core.Model.FeatureSet
Directions
DirectionsFeatureSet
RouteName
System.String
TraversedEdges
dymaptic.GeoBlazor.Core.Model.FeatureSet
TraversedJunctions
dymaptic.GeoBlazor.Core.Model.FeatureSet
TraversedTurns
dymaptic.GeoBlazor.Core.Model.FeatureSet
Index
System.Int32
Properties
RouteResultWithoutGraphics.DirectionLines Property
public dymaptic.GeoBlazor.Core.Model.FeatureSet? DirectionLines { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.FeatureSet
RouteResultWithoutGraphics.DirectionPoints Property
public dymaptic.GeoBlazor.Core.Model.FeatureSet? DirectionPoints { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.FeatureSet
RouteResultWithoutGraphics.Directions Property
public dymaptic.GeoBlazor.Pro.Results.DirectionsFeatureSet? Directions { get; set; }
Property Value
RouteResultWithoutGraphics.Index Property
public int Index { get; set; }
Property Value
RouteResultWithoutGraphics.RouteName Property
public string? RouteName { get; set; }
Property Value
RouteResultWithoutGraphics.TraversedEdges Property
public dymaptic.GeoBlazor.Core.Model.FeatureSet? TraversedEdges { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.FeatureSet
RouteResultWithoutGraphics.TraversedJunctions Property
public dymaptic.GeoBlazor.Core.Model.FeatureSet? TraversedJunctions { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.FeatureSet
RouteResultWithoutGraphics.TraversedTurns Property
public dymaptic.GeoBlazor.Core.Model.FeatureSet? TraversedTurns { get; set; }