cybersthang / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

LabeledMarker zIndexProcess support. #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Give some kind of support to work with zIndexProcess.

workaround something like this:

  var z = 
  ( this.opts_.zIndexProcess ? 
   this.opts_.zIndexProcess( this ) : 
   GOverlay.getZIndex( this.latlng_.lat() ) 
  ) + 1;  

how do you think ?!?

Original issue reported on code.google.com by afald...@gmail.com on 31 Jul 2009 at 11:01

Attachments: