dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
198 stars 47 forks source link

Update Marker ZIndex #46

Closed marjoripomarole closed 10 years ago

marjoripomarole commented 10 years ago

I want to position a marker on top of another programatically. I can't seem to find a way to do that with the current marker option the framework provides. I understand there some be a setZIndex in Google Maps API ?

chakming commented 10 years ago

actually you can by using gm-marker-options,

sample:http://jsfiddle.net/tF899/1/

marjoripomarole commented 10 years ago

Awesome ! Thank you so much.