On Oct 26, 7:00 pm, Nicola Spreafico <[email protected]> wrote: > I need to create an image of static map. > I have to add several markers and the max length url is not enough. > > I want to use a POST request so i don't have the limitation of 2048 > chars. There is a way to do that?
No. Static maps are intended to be used in <img src="..."> tags in web pages, so POST would not be appropriate. -- 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.
