manyToManyPedestrianCalculation static method
- Coordinates start,
- Coordinates end
Perform a many-to-many pedestrian routing calculation.
Parameters:
- IN start Coordinates of the start point.
- IN end Coordinates of the end point.
Throws:
- An exception if it fails.
Implementation
static void manyToManyPedestrianCalculation(
Coordinates start,
Coordinates end,
) {
staticMethod(
'Debug',
'manyToManyPedestrianCalculation',
args: <String, Coordinates>{'first': start, 'second': end},
);
}