User Tools

Site Tools


api:thinkgeo.cloud.routingsegment

Differences

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

Link to this comparison view

api:thinkgeo.cloud.routingsegment [2019/06/26 08:58] (current)
kevinwan created
Line 1: Line 1:
 +====== ThinkGeo.Cloud.RoutingSegment ======
 +
 +
 +===== Inheritance Hierarchy =====
 +  *System.Object
 +    ***ThinkGeo.Cloud.RoutingSegment**
 +===== Members Summary =====
 +==== Public Constructors ====
 +** {{wiki:​PublicMethod.gif|}} RoutingSegment() **
 +
 +  * //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 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 ====
  
api/thinkgeo.cloud.routingsegment.txt · Last modified: 2019/06/26 08:58 by kevinwan