On Sep 29, 3:13 pm, moh1234uk <[email protected]> wrote: > hi all, > please i need your help. i am writing my google map application in C# > asp.net. (I have the appropriate library). > here is the current code i have: > > GInfoWindow window = new GInfoWindow(icon, "text comes here", > false);
GInfoWindow is v2 code. The v2 group is: http://groups.google.com/group/google-maps-api/ You should post your question over there (unless your map is using v3 of the Google Maps API, in which case you should be getting obvious javascript errors). A link to your map that exhibits the problem would help us help you whichever version you are using. -- Larry > GMap1.addInfoWindow(window); > > i need to insert the below chart i created using google charts: > html: > "http://chart.apis.google.com/chart? > chxt=y&chbh=a&chs=300x225&cht=bvg&chco=A2C180,3D7930&chd=t: > 10,50,60,80,40,60,30|50,60,100,40,20,40,30&chtt=Vertical+bar+chart" > > alternatively google charts also provide the code in javascript and > html however it i cannot place it in the GInfoWindow. > > I know it is possible to do it and has been done before look > here:http://citynet-dev.hft-stuttgart.de/dev-tool/live > > thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
