Location Class |
Namespace: VRSolver
The Location type exposes the following members.
| Name | Description | |
|---|---|---|
| Location |
Initializes a new instance of the Location class
| |
| Location(Int32) |
Initializes a new instance of the Location class
| |
| Location(String, Int32, Double, Double) |
Initializes a new instance of the Location class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ID |
An ID for this location (only used when visualising solutions).
| |
| Index |
An index for the location. The index is the position in the TravelTime matrix.
| |
| Lat |
The latitude for the location (only used when visualising solutions).
| |
| Long |
The longitude for the location (only used when visualising solutions).
|