Re: equivalent of overlay.display(false) in APIv2 ?
The display function in v1 for polylines is:
function (a) {
if (a)
{
this.drawElement.style.display = "";
}
else
{
this.drawElement.style.display = "none";
}
}
But drawElement does not exist in v2.
0 Comments:
Yorum Gönder
<< Home