Hello, I'm trying to get a static google map with a marker on it from generated URL.
My first attempt was to get a static map with my center location and my zoom level and it worked(thx for the google map api thread) but when I'm adding markers to the URL I'm getting the same image but no markers. I'm doing exactly the same from the Google Map API Doc but i cant figure out whats wrong.Code:"http://maps.google.com/staticmap?center=" + lat + "," + lng + "&format=" + format + "&markers=color:blue|label:R|46.78333333,23.68333333" + "&zoom=" + zoom +"&size=" + width + "x" + height + "&sensor=true" + "&key=" + apiKey;
Thanks in regards.

Reply With Quote

