Location

A Location object.

Property Default Value Description
MatchCode None Specifies MatchCode of the location.
Name null A string representing name of the location.
Delivery null A string representing name of a delivery location.
Vehicle null A string representing name of a vehicle.
Description null A string representing description of the location.
Phone null A string representing a phone number.
LatLong null A LatLong object defining position of the location.
Address null An Address object defining address of the location.
Priority 0 An integer representing a priority of the location. 0-lowest, 10-highest.
Wait 0 An integer representing a waiting time.
Volume 0.00 A double representing a volume.
Weight 0.00 A double representing weight.
Skids 0 An integer representing skids.
TimeConstraintArrival 1/1/0001 12:00:00 AM A DateTime representing arrival time of the location.
TimeConstraintDeparture 1/1/0001 12:00:00 AM A DateTime representing departure time of the location.
TimeConstraintArrival2 1/1/0001 12:00:00 AM A DateTime representing arrival time2 of the location. You can specify TimeConstraintArrival2 in case you have second time widnow.
TimeConstraintDeparture2 1/1/0001 12:00:00 AM A DateTime representing departure time2 of the location. TimeConstraintDeparture2 in case you have second time widnow.
LocationType Midway A LocationType object representing type of the location.
CanArriveEarly true A boolean. If true allow arrival to the location before TimeConstraintArrival.
Distance 0.00 A double representing distance.
Time 0 An integer representing time.;