if you create a new RichMarker and use the format:
new RichMarker({
position: LatLng,
map: map,
zIndex: 200,
content: "<b>hello</b>"
});
Current implementation will throw an error on not finding the getZindex method.
Change Line 703 to:
this.markerWrapper_.style['zIndex'] = this.getZIndex();
And it works fine
Cheers
AndrewF
Original issue reported on code.google.com by ajfisher...@gmail.com on 15 Aug 2010 at 12:46
Original issue reported on code.google.com by
ajfisher...@gmail.com
on 15 Aug 2010 at 12:46