Canvas Map API: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
== Design ==
== Design ==
The design follows the basic MVC (Model/View/Controller) principle, i.e.:
The design follows the basic MVC (Model/View/Controller) principle, i.e.:
* the Model is the data to be shown  
* the '''Model''' contains the data to be shown  
* the View is the Layer (Canvas group)
* the '''View''' contains the Layer (Canvas group)
* the controller is the interface to update the model and the view (using timers and/or listeners)
* the '''Controller''' contains the interface to update the model and the view (using timers and/or listeners)


== Supported Layers ==
== Supported Layers ==

Navigation menu