I have a bunch of custom Markers on my map and they are overlapping,
which is fine, but I need to define which ones show up on front.
Currently I just build a icon and assign it to the markerOptions with
markerOptions = { icon:eIcon };
but I can't control which markers are on top.
I tried
markerOptions = { zIndexProcess:importanceOrder};
but that didn't do anything for me, plus then the markerOptions is not
set to eIcon.I haven't seen any examples of doing both of these, is it possible and what is the best way for me to set the Marker order? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
