This is a tricky one; I am importing data from an application that logs appointments for properties. The map shows the properties for which a new appointment exists as pushpins, located by UK postcode.
The data set I am importing also contains a start and end time for the appointment.
I am then using the route finder function, and I am selecting all the pushpins on the map and adding them to the route as stops.
What I want to know is; is there any way in which I can get the routing functions to read the 'start time' of the appointments (held in the data set) and to then order the stops by start time, before calculating the route?
Or am I just mad?