====== ThinkGeo.Cloud.RoutingSegment ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Cloud.RoutingSegment** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} RoutingSegment() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Distance ** * Indicates the distance traveled through 2 adjacent waypoints in DistanceUnit. == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} Duration ** * Indicates the estimated travel time through 2 adjacent waypoints in DurationUnit. == Remarks == * //N/A// == Return Value == * Type:TimeSpan ** {{wiki:PublicProperty.gif|}} Name ** * A string with the name of the road that forms part of the route segment. == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Instruction ** * A human-readable instruction of how to travel for the next. == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} ManeuverType ** * A string indicating the direction change of the travel. == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Shape ** * The full route geometry from this route segment to the next route segment. == Remarks == * //N/A// == Return Value == * Type:[[Thinkgeo.MapSuite.Shapes.LineShape|LineShape]] ** {{wiki:PublicProperty.gif|}} Ref ** * A string representing the “reference” number or codes of the road that forms part of the route segment. == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} IsToll ** * Indicates that a fee must be paid by general traffic to use this road. == Remarks == * //N/A// == Return Value == * Type:Boolean? ** {{wiki:PublicProperty.gif|}} ManeuverLocation ** * A vertex represents the location of the maneuver.It’s presenting as "{y,x}". == Remarks == * //N/A// == Return Value == * Type:[[Thinkgeo.MapSuite.Shapes.Vertex|Vertex]] ==== Protected Properties ==== ==== Public Events ====