因此,我编写了一些代码,使用Google API中找到的格式正确的地址链接到目的地的路线。此链接在Chrome浏览器中正常运行,但在手机上的Google地图应用程序中被视为不受支持的链接。
这是链接:
<a target="_blank" href="https://www.google.com/maps?saddr=My+Location&daddr=<?php echo urlencode($listing[$i]['address']); ?>">rental location</a>