====== ThinkGeo.MapSuite.Routing.DrivingDirection ====== {{section>upgrade_map_suite_to_10.0}} This describes a set of enumerations that list the driving directions. == Remarks == For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.DrivingDirection == Items == **Invalid** * **Summary**:An invalid direction. **Forward** * **Summary**:Go forward. **RightForward** * **Summary**:Go between forward and right. **Right** * **Summary**:Turn right. **RightBack** * **Summary**:Go between back and right. **Back** * **Summary**:Go back. **LeftBack** * **Summary**:Go between back and left. **Left** * **Summary**:Turn left. **LeftForward** * **Summary**:Go between forward and left.