google maps static map polyline passing through lakes, river, mountains
问题 My program uses google maps directions for web Services to find a route between two points. The result is parsed and stored in variable. This variable is then used to compose google static map URL. The parse and the URL are working correctly. The problem is that the drawn "route" passes through a lake and mountains. { String GPS = "-22.978823,-43.233249"; String link = MAPS_BASE_URL + "center=brazil," + GPS + "&markers=color:blue|brazil," + GPS + "&path=color:0xff0000ff" + "%s" + "&zoom=13