Closed einnar82 closed 6 years ago
How to access the array in ->get('routes'); in Directions API?
->get('routes');
Hi @einnar82 ,
Use json_decode() to convert JSON string into PHP variable. See Processing Response for more details on parsing returning output.
json_decode()
Regards, Alexander
How to access the array in
->get('routes');
in Directions API?