Hi,
I'm currently facing an issue, i have the map control and in the same panel have a timer that does regularly a postback, that updates markers' positions. Sometimes the mapcontrol shows only the background color and don't draw the map, in the debug console i get the message:Cannot read property 'left', in this function
ConvertBoundsToString(bounds) {
return (bounds.left + ',' + bounds.bottom + ',' + bounds.right + ',' + bounds.top);
}
It hapens occasionally, only when bounds is null any idea about why this is happening, and how to avoid it?
Thank you in advance.