Reputation: 904
I want to create such kind of a marker which will display various info like table getting data from database,image,buttons,labels..etc but I am not able to do so, So my question is..Is there any other method rather than infowindow which should be opened when I click the respective Marker to perform my task? ,I have also worked on Modal Dailog Box and Also if I am making use of alert box but this is also not helping me,So any suggestion... Thanking all..
Upvotes: 0
Views: 92
Reputation: 2445
Clicking a marker does not have to create an infowindow. Clicking the marker triggers and event, and you can decide what happens next. This includes everything you said above
-Getting data from DB -Displaying images -Creating or deleting buttons
and much more.
Inside the event listener is where you want to put your new code.
Upvotes: 0
Reputation: 161404
markers with infowindows from xml
markers with infowindows from FusionTables
Upvotes: 1