GInfoWindowTab function equivalent in Google Maps API v3

Is there any function in the version of the Google Maps API for displaying several tab information windows, for example, the following example?

Example

This example is executed using the Google Map API version 2. I am wondering how the equivalent function is in the Google Map API v3. I can only find google.maps.InfoWindow, which is a popup without Tab. Thanks.

+4
source share
2 answers

V3 does not yet have embedded info windows.

+1
source

Source: https://habr.com/ru/post/1311346/


All Articles