This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.routing.routingresult [2015/09/18 03:06] admin |
thinkgeo.mapsuite.routing.routingresult [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Routing.RoutingResult ====== | ====== ThinkGeo.MapSuite.Routing.RoutingResult ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class represents the result of routing. RoutingResult is the roads collection consisting of the route, turn-by-turn directions and other information like total distance and route path. | This class represents the result of routing. RoutingResult is the roads collection consisting of the route, turn-by-turn directions and other information like total distance and route path. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 8: | Line 11: | ||
** {{wiki:PublicMethod.gif|}} RoutingResult() ** | ** {{wiki:PublicMethod.gif|}} RoutingResult() ** | ||
- | This is the class constructor. | + | * //This is the class constructor.// |
== Remarks == | == Remarks == | ||
- | None | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#RoutingResult.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
Line 17: | Line 20: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 29: | Line 32: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 45: | Line 48: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 57: | Line 60: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 70: | Line 73: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 82: | Line 85: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 97: | Line 100: | ||
Gets a PointShape collection that represent the best order in which the locations are visited. | Gets a PointShape collection that represent the best order in which the locations are visited. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#OrderedStops |
== Return Value == | == Return Value == | ||
* Type:Collection<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> | * Type:Collection<[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]> | ||
Line 105: | Line 108: | ||
Gets or sets established lines which consist of route segments. | Gets or sets established lines which consist of route segments. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Route |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.LineShape|LineShape]] | * Type:[[ThinkGeo.MapSuite.Core.LineShape|LineShape]] | ||
Line 113: | Line 116: | ||
Gets or sets a value representing the distance of the route. | Gets or sets a value representing the distance of the route. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Distance |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 121: | Line 124: | ||
Gets or sets a value representing the sum weight of the route. | Gets or sets a value representing the sum weight of the route. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Weight |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 129: | Line 132: | ||
Gets a collection of features representing the route. | Gets a collection of features representing the route. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#Features |
== Return Value == | == Return Value == | ||
* Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
Line 137: | Line 140: | ||
Gets a collection of route segments representing the route. | Gets a collection of route segments representing the route. | ||
== Remarks == | == Remarks == | ||
- | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingResult#RouteSegments |
== Return Value == | == Return Value == | ||
* Type:Collection<[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> | * Type:Collection<[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]> |