Closed GoogleCodeExporter closed 9 years ago
I think this is too specific a use case to add to the library; I've tried to
limit what goes in so as to keep the size of the library small, and I don't
think this will come up much. Google maps doesn't have a great way of doing
this in any case, but you could do it pretty easily like this:
TimeMapItem.prototype.bringToFront = function() {
this.map.removeOverlay(this.placemark);
this.map.addOverlay(this.placemark);
}
I think that's likely to be the only way to do it in any case.
Original comment by nick.rab...@gmail.com
on 14 Nov 2010 at 4:20
Original issue reported on code.google.com by
rui.pcoe...@netcabo.pt
on 13 Nov 2010 at 10:06