The LeafletMapMessageOptions interface is used to specify content and location of LeafletMapMessage user messages.
var mapMessageOptions = { position: 'topright', timeout: 5000, message: 'ERROR!!!!' };
The message Property is a string that is displayed to the user.
The position Property is a string that signifies message display location. ('topright', 'topleft', 'bottomright', 'bottomleft')
The timeout Property is a number that signifies message display time in milliseconds.
The LeafletMapMessageOptions interface is used to specify content and location of LeafletMapMessage user messages.
var mapMessageOptions = { position: 'topright', timeout: 5000, message: 'ERROR!!!!' };