in the optiflow API I see just (lat,lon) for a single location as it's "geographic" reference - no linking style, no "last meters included"...
Code: Select all
{
"id": "Loc_Gent",
"latitude": 51.056, "longitude": 3.72,
"stopProperties": {
"timeSlots": [
{
"id": "OPEN",
"earliestStart": "2024-12-01T06:00:00Z", "latestStart": "2024-12-01T23:00:00Z"
}
]
}
}
Some of my customers want to compare the Optimization output and this requires an aequivalent preparation of underlying distance matrices.
Bernd
PS: I know that the next question will deal with the vehicle profiles
