It is to show a floating message bar over the main map viewer
| Fusion. | It is to show a floating message bar over the main map viewer |
| Functions | |
| info | Displays an informational message on the Map Message notification bar |
| warn | Displays a warning message on the Map Message notification bar |
| error | Displays a error message on the Map Message notification bar |
| clear | Hides the notification bar and clears all content |
| show | Displays the notification bar |
| hide | Hides the notification bar |
Displays an informational message on the Map Message notification bar
info : function( message )
Displays a warning message on the Map Message notification bar
warn : function( message )
Displays a error message on the Map Message notification bar
error : function( message )
Hides the notification bar and clears all content
clear : function()
Displays the notification bar
show : function()
Hides the notification bar
hide : function()