Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LeafletMapMessageOptions

The LeafletMapMessageOptions interface is used to specify content and location of LeafletMapMessage user messages.

example



var mapMessageOptions = { position: 'topright', timeout: 5000, message: 'ERROR!!!!' };

Hierarchy

  • LeafletMapMessageOptions

Index

Properties

Properties

message

message: string

The message Property is a string that is displayed to the user.

position

position: string

The position Property is a string that signifies message display location. ('topright', 'topleft', 'bottomright', 'bottomleft')

timeout

timeout: number

The timeout Property is a number that signifies message display time in milliseconds.