Maps.cb#
- class eomaps.eomaps.Maps.cb(m)#
Accessor for attaching callbacks and accessing return-objects.
- click : Execute functions when clicking on the map
- move : Execute functions when clicking on the map
- keypress : Execute functions if you press a key on the keyboard
- pick : Execute functions that "pick" the closest datapoint(s)
Members
Attach a custom picker to an artist. |
|
Callbacks that are executed if you click anywhere on the Map. |
|
Activate / deactivate triggering callbacks. |
|
Get if callbacks should be executed or not. |
|
Callbacks that are executed if you press a key on the keyboard. |
|
Callbacks that are executed if you move the mouse without holding down a button. |
|
Callbacks that select the nearest datapoint if you click on the map. |