onMapError

fires when an error occurs while trying to render the chart

void onMapError(string id,string message);
idstringthe code of the error
messagestringthe error message

Example

$$("map").attachEvent("onMapError",function(id,message){
    // your code here
});

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.