Inheritance diagram for MQClientInterface::TrekRoute:

Public Member Functions | |
| TrekRoute () | |
| override void | Init () |
| override bool | Equals (System.Object obj) |
| bool | Equals (TrekRoute otherObject) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (TrekRoute obj1, TrekRoute obj2) |
| static bool | operator!= (TrekRoute obj1, TrekRoute obj2) |
Properties | |
| override System.String | ClassName |
| override int | ClassID |
| virtual float | Distance |
| virtual int | Time |
| virtual LatLngCollection | ShapePoints |
| virtual ManeuverCollection | Maneuvers |
|
|
Default constructor |
|
|
Equals(type)
|
|
|
Equals(object)
Reimplemented from MQClientInterface::MQObject. |
|
|
Returns a hash code for this TrekRoute.
Reimplemented from MQClientInterface::MQObject. |
|
|
Initialize. Reimplemented from MQClientInterface::MQObject. |
|
||||||||||||
|
Inequality operator |
|
||||||||||||
|
Equality operator |
|
|
Class ID property Reimplemented from MQClientInterface::MQObject. |
|
|
Class Name property Reimplemented from MQClientInterface::MQObject. |
|
|
Distance property. This is the distance for this TrekRoute built from the maneuvers. |
|
|
Maneuvers property. This is a collection of maneuvers for this TrekRoute. |
|
|
Shape point property. This is all shape points from each maneuver in this leg of the route. |
|
|
Time property. This is the time (in seconds( to travel this TrekRoute built from the maneuvers. |
1.4.1