Hi, what does substitute the v2 facility to create infoWindows with tabs? This was the v2 code:
var div1 = document.createElement('DIV'); div1.innerHTML = '<h4>Text1</h4>'; var div2 = document.createElement('DIV'); div2.innerHTML = '<h4>Text2</h4>'; var tab1 = new GInfoWindowTab('pole', div1); var tab2 = new GInfoWindowTab('codes', div2); map.openInfoWindowTabs(MapCentre, [tab1, tab2]) VolksNav -- 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.