Hello, I am trying to display a bubble using Google chart API on the Google static maps and am running into an issue. The URL (A) below shows fine on the map whereas URL (B) below does not show the bubble. The only difference between the two URLs is 'B' shows "V speedis" instead of "V speed". Any suggestion why (B) is not working?
The bubble that I want to display is URL (C) which after URL encoding does not work with the maps. Any help with be much appreciated! (A) Show the text "V speed" in the bubble http://maps.google.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=12&size=912x912&maptype=roadmap&markers=icon:http://chart.apis.google.com/chart?chst=d_bubble_text_small%26chld=bb%257CV%2520speed%257CFFFF88%257C000000|40.718217,-73.998284&sensor=false (B) Show the text "V speedis" in the bubble http://maps.google.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=12&size=912x912&maptype=roadmap&markers=icon:http://chart.apis.google.com/chart?chst=d_bubble_text_small%26chld=bb%257CV%2520speedis%257CFFFF88%257C000000|40.718217,-73.998284&sensor=false (C) http://chart.apis.google.com/chart?chst=d_bubble_text_small&chld=bb|victor,%20lat:0.50,%20speed:%2030|FFFF88|000000 -- 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.
