> With latitude and longitude values substituted I can manually paste > this string into the address bar and Google will return a static map > centered on the l&l pair with a nice red indicator marking my target > location. However, if I try to pass this same string as a parameter, > I get an error message that the map can not be displayed.
You'll probably need to apply 'url encoding' to your url, browsers do that automatically. http://www.w3schools.com/tags/ref_urlencode.asp -- 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.
