====== ThinkGeo.Cloud.RoutingRoute ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.Cloud.RoutingRoute** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} RoutingRoute() ** * //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 the waypoints which expressed in DistanceUnit applied. == Remarks == * //N/A// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} Duration ** * Indicates the estimated travel time through the waypoints in DurationUnit applied. == Remarks == * //N/A// == Return Value == * Type:TimeSpan ** {{wiki:PublicProperty.gif|}} Shape ** * The whole route path. == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Mapsuite.Shapes.LineShape|LineShape]] ** {{wiki:PublicProperty.gif|}} Segments ** * An array of [[ThinkGeo.Cloud.RoutingSegment|RoutingSegment]]. It only returns when requested "TurnByTurn" is true. == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.Cloud.RoutingSegment|RoutingSegment]]> ** {{wiki:PublicProperty.gif|}} Warnings ** * Indicates whether there are some special messages you have to pay attention to. For example, the route passes through the toll ways. == Remarks == * //N/A// == Return Value == * Type:Dictionary