我有一个指向谷歌地图的链接,其中通过读取传递链接的参数生成图像。这是代码:
<img src="https://maps.googleapis.com/maps/api/staticmap?center=Madison,%20WI&zoom=14&size=288x200&markers=Madison,%20WI&sensor=false" height="200" width="288" />
我的问题是:
它有什么方法可以生成谷歌地图而不是地图图像,而我只有一行带参数的代码?