samstrasser / vishis

Automatically exported from code.google.com/p/vishis
0 stars 0 forks source link

Move icon to front when Marker is moused over #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hard to get at b/c it's a GIcon

Original issue reported on code.google.com by sam.stra...@gmail.com on 25 Feb 2008 at 2:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
To get at it, go in the dom and find the LabeledMarker's youngest ancestor:

this._icon = this.getParentNode().childNodes[this.myIndexInParent - 1];

Original comment by sam.stra...@gmail.com on 25 Mar 2008 at 7:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by sam.stra...@gmail.com on 26 Mar 2008 at 9:51

GoogleCodeExporter commented 9 years ago

Original comment by sam.stra...@gmail.com on 26 Mar 2008 at 10:03