Google Fusion Table's Info Windows with Multiple Tabs -


i created new google fusion table, objective show reviews of person places restaurants , other establishments. row contains several columns , appear better if info window divided 3 tabs. possible this? have read articles google fusion tables' info window layout not support javascript, , thinking of creating multiple tab layout difficult situation.

add: here's code of how retrieving data google fusion tables:

    layer = new google.maps.fusiontableslayer({     map: map,     query: {         select: "col1",         from: "xxxxxxxxxxxxxxxxxxxxxxxxxx"     },     options: {         styleid: 3,         templateid: 3     } }); 

how use google.maps.fusiontableslayer create google maps markers?

if replace fusiontables default infowindow infobubbles, can add tabs.

note involve using google maps api v3 display map (wouldn't work in native fusiontables ui)


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -