Thanks. That works. ;) Just one additional code from me if there is need to zoom to marker. map.setCenter(marker.getLatLng());
2010/10/14 Rossko <[email protected]> > > Is it possible to make this examplehttp:// > econym.org.uk/gmap/example_map2c.htmwork without infowindow. > > Sure. > Replace > marker.openInfoWindowHtml(html); > with > document.getElementById(lastlinkid).style.background="#ffffff"; > and replace > var lastlinkid; > with > var lastlinkid = "link0"; > to stop it breaking first time out > > -- > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- 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.
