GInfoWindowTab等效于Google Maps API v3

时间:2011-06-17 17:55:13

标签: google-maps google-maps-api-3 infowindow

在Google Maps API v2中: GInfoWindowTab (标题,内容) - 将弹出窗口中的信息拆分为多个部分。

例如:

tab1 = new GInfoWindowTab('Tab 1', 'Content of tab 1');
tab2 = new GInfoWindowTab('Tab 2', 'Content of tab 2');

等等。

在Google Maps API v3中,此功能无效。

在最新的相应官方参考中没有这样的功能: http://code.google.com/intl/ru/apis/maps/documentation/javascript/reference.html#InfoWindow

有人知道,如何更换该功能或模仿它?

1 个答案:

答案 0 :(得分:5)

InfoBubble实用程序库(位于Maps API V3之上的库)提供此功能。

请参阅: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html