I have a Google Map with filterable markers and info-boxes
containing simple information about each marker( when you click them ), but was wondering if this is possible:
When you would click
on a marker - instead of a default info-box
a big div
appears on top of the map with tabs which shows all the possible data I will provide about a marker via JSON ( images, links, pictures ).
How would you approach about implementing this functionality?