pittss / goMap

jQuery plugin for google maps api v3
http://www.pittss.lv/jquery/gomap/
32 stars 10 forks source link

Marker Grouping #15

Open best4uall opened 8 years ago

best4uall commented 8 years ago

I am using gomap jquery for a directory purpose, right now within my understandings i attached marker with a single group but i want to attach single marker with multiple group. please help me to achieve following functionality. attaching market like that

 markers: [
//            Markers for Doctor Search
            {latitude: 40.735323, longitude: -71.993807, group: 'doctor', icon: 'images/map/01.png', html: {
                    content: 'Lorem ipsum dolor sit amet.<br /><a href="company-page.html">Read More</a>'
                }},
]

and getting it successfully in a select list box. but need to group sinlge marker with multiple groups.