Postcode Anywhere... a closer look at route optimisation
About the data
- TomTom data includes more than 31 million kilometres of roads, 3.3 billion inhabitants, and 26 million Points-of-Interest (POIs) worldwide
- TomTom maps provide absolute accuracy to within two metres and 15 centimetres relative accuracy, with 100 million pictures produced per year
- Taps into over 50,000 reliable resources, including satellite and aerial imagery, fleet and postal drivers, public data sources, and government agencies
- Optional GUI interface allows the service to be set up and used in minutes
- For those licensed to use it, the service is available using Integrated Transport Network (ITN) data from Ordinance Survey
Service Features
The service can be used for single, or multi-vehicle optimisation, and will share waypoints out amongst vehicles in the most efficient way possible. This also includes timeslot restrictions, allowing you to visit each waypoint within a specific time window, as well as customise how strictly the optimiser should adhere to the timeslot constraints and exactly what to do with the waypoint if a timeslot simply cannot be met.
You can specify vehicle capacity constraints with variable-sized packages, to ensure your vehicles are not overloaded, or return to depot mid-route for a refill. By adding custom pause times you can factor in anticipated delays at each waypoint for unloading deliveries, and driver break times can be added to ensure afternoon deliveries are scheduled at a realistic time.
Height, weight, width, length and axle weight constraints can be added to each vehicle to prevent routing through restricted roads, and speed profiles data from TomTom is used to accurately predict traffic flow based on time of day, scheduling stops to best avoid rush-hour traffic.
Route Optimisation Sample Data
| Name |
Type |
Description |
Example |
| VehicleNumber |
Integer |
A zero based counter indicating the vehicle number. |
0 |
| VehicleID |
String |
The ID of the vehicle, if it was supplied in the input. |
VanOne |
| StepType |
String |
An enumeration representing the type of step on the route. |
Start |
| StepNumber |
Integer |
A zero based counter indicating the step number in this vehicle's journey. |
0 |
| WaypointID |
String |
The ID of the waypoint, if it was supplied in the input. |
VanOne |
| Location |
String |
The location string. These will be the same as the location strings which were input. |
WR26NJ |
| FreeRouteID |
String |
The ID you can pass into the FreeDirections or FreeDirectionsAndLines web service in order to get the directions for this vehicle without consuming additional credits. Each vehicle will have a unique ID. |
089034107220220142108030155089186090210074029015005067114102057053190249205223243071041161013090177239119069147128031166096059128157186038106093210100209247065052197247136165174086110161112081255175093139095096165246022212135078151254061034137191184029177247071108125036182087138141146101 |
| CumulativeTime |
Float |
The time at which we start this step. E.g. if the StepType is Travel, this is the time at which we set out on the journey; if the StepType is Delivery, this is the time we arrive at the delivery location. Measured in minutes, measured from the vehicle start time. |
0 |
| CumulativeDistance |
Integer |
The cumulative distance for the route so far, in metres. When StepType is Travel, this is the distance to the start of that particular journey step - e.g. the very first Travel step will have a cumulative distance of 0. |
0 |
| TotalTime |
Float |
The total time in minutes for this vehicles route, including stops. |
123.117 |
| TotalDistance |
Integer |
The total distance in metres for this vehicles route. |
111682 |
| AverageTime |
Float |
The average time in minutes for all vehicles routes, including stops. |
133.967 |
| AverageDistance |
Integer |
The average distance in metres for all vehicles routes. |
153712 |
| MaximumTime |
Float |
The maximum time in minutes of a vehicles route, including stops. |
144.817 |
| MaximumDistance |
Integer |
The maximum distance in metres of a vehicles route. |
195741 |