I am working on creating a static map that generates an image to be displayed on a website. I am trying to use Implicit Positioning and I am getting an error when requesting a static map via URL.
This URL works fine http://maps.google.com/maps/api/staticmap?size=350x350&sensor=false&markers=color:red|size:mid|label:1|41.9096,-87.6675 but this URL does NOT work http://maps.google.com/maps/api/staticmap?size=350x350&sensor=false&markers=color:red|size:mid|label:1|41.9096,-87.6675&markers=color:red|size:mid|label:2|41.7921,-87.6675 I am basically trying to generate a map based on 5 different points of latitude and longitude but don't know the center points. I saw that Implicit Positioning Map is a great way to handle this situation but I am not seeing the URL successfully return a map every time. Can you please help further on why this isn't working and if something needs to be corrected or I am running into some limitations? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
