Fusion.MapMessage

It is to show a floating message bar over the main map viewer

Summary
Fusion.MapMessageIt is to show a floating message bar over the main map viewer
Functions
infoDisplays an informational message on the Map Message notification bar
warnDisplays a warning message on the Map Message notification bar
errorDisplays a error message on the Map Message notification bar
clearHides the notification bar and clears all content
showDisplays the notification bar
hideHides the notification bar

Functions

info

info : function(message)

Displays an informational message on the Map Message notification bar

Parameters

messageThe message to display

warn

warn : function(message)

Displays a warning message on the Map Message notification bar

Parameters

messageThe message to display

error

error : function(message)

Displays a error message on the Map Message notification bar

Parameters

messageThe message to display

clear

clear : function()

Hides the notification bar and clears all content

show

show : function()

Displays the notification bar

hide

hide : function()

Hides the notification bar

info : function(message)
Displays an informational message on the Map Message notification bar
warn : function(message)
Displays a warning message on the Map Message notification bar
error : function(message)
Displays a error message on the Map Message notification bar
clear : function()
Hides the notification bar and clears all content
show : function()
Displays the notification bar
hide : function()
Hides the notification bar
Close