Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 如何使用谷歌API获取所有可能的路由。。。?_Ios_Api_Google Maps_Routes_Relative Path - Fatal编程技术网

Ios 如何使用谷歌API获取所有可能的路由。。。?

Ios 如何使用谷歌API获取所有可能的路由。。。?,ios,api,google-maps,routes,relative-path,Ios,Api,Google Maps,Routes,Relative Path,我在中使用以下url获取路由 地址B 我需要显示两个目的地之间的多条路径,正如我们在谷歌地图上看到的那样。请参见前面的答案: 实际上,您需要将routes查询的结果存储在一个数组中,然后将它们渲染到地图上

我在中使用以下url获取路由

地址B
我需要显示两个目的地之间的多条路径,正如我们在谷歌地图上看到的那样。

请参见前面的答案:

实际上,您需要将routes查询的结果存储在一个数组中,然后将它们渲染到地图上