User Tools

Site Tools


api:thinkgeo.cloud.routingroute

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

api:thinkgeo.cloud.routingroute [2019/06/27 02:48] (current)
kevinwan created
Line 1: Line 1:
 +====== ThinkGeo.Cloud.RoutingRoute ======
 +
 +
 +===== Inheritance Hierarchy =====
 +  *System.Object
 +    ***ThinkGeo.Cloud.RoutingRoute**
 +===== Members Summary =====
 +==== Public Constructors ====
 +** {{wiki:​PublicMethod.gif|}} RoutingRoute() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 +==== Protected Constructors ====
 +==== Public Methods ====
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +===== Protected Methods =====
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Object
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +==== 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<​string,​ string>
 +
 +==== Protected Properties ====
 +==== Public Events ====
  
api/thinkgeo.cloud.routingroute.txt ยท Last modified: 2019/06/27 02:48 by kevinwan