onLoadError of ui.google-map, Events Webix Docs
fires when an error occurs during data loading (invalid server side response)
void onLoadError(object xhr);
xhr
Example
dtable.attachEvent("onLoadError", function(xhr){
webix.message("Loading error");
));
Details
The event occurs after XML loading is complete.
See also
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of google maps javascript product.