Hello Admin
Can your directions api draw multiple sets of origins and destinations on the same canvas?
How could I setup:
$chicago = array(
'lat' => 41.85,
'lng' => -87.65
);
$indianapolis = array(
'lat' => 39.79,
'lng' => -86.14
);
$cincinnati = array(
'lat' => 39.10,
'lng' => -84.51
);
Where my final destination is Cincinnati but I am passing through Indianapolis for a short while.
Will this take a recoding of the function?
Thanks for your help should save me a lot of time searching.
vlemos