Location Class
A Location for a Resource start or end point or a JobPart location.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public class LocationVB
Public Class LocationC++
public ref class LocationF#
type Location = class end- Inheritance
- Object Location
Constructors
| 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. |
Methods
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |
Fields
| 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). |