我使用以下方法來得到我想要的位置的PNG圖像:谷歌靜態地圖,交通和公共交通疊加
string.Format(
"http://maps.googleapis.com/maps/api/staticmap?center={0},{1}&zoom={2}&size={3}x{4}&maptype={5}&sensor=false",
latitude,
longitude,
zoomLevel,
width,
height,
(char)this.Type);
我怎能交通或公共交通覆蓋添加到通過URL的形象呢?有沒有其他的URL API?
在https://issuetracker.google.com/issues/35817019 – dibs487 2017-08-01 13:28:46