Reputation: 602
I want to use Google Maps as multiple locations picker. Is it possible to make map markers selectable and use it in form for submission?
Upvotes: 1
Views: 278
Reputation: 14489
You can "fake" this by assigning an onclick
event handler to the icon. Create a custom marker with an empty check box image in it, and then assign an onclick
event that:
input
field somewhere else on the page which can be used for logicUpvotes: 5