I have a google map and I have 3 tabs. Ideally, I would like to use the same map in all three tabs, but it looks like you can only create a map with an id:
map = new google.maps.Map(document.getElementById('map_canvas'), mapOptions);
If so, would I need to make 3 separate cards with three separate identifiers? Can you make 3 google maps using just the βclassβ and rename the same map?
Xtian source share