What differences are there, when you put the map in the controller opposed to putting it into the View?
what advantages or disadvantages are there to doing it one way or the other?
Any Advice Greatly Appreciated
Logan
Difference Between Controller and View
Hi Logan,
Actually, there isn’t too much differences but based on your habits. In my opinions, if there’s a lots of layers or definitions, put the map in controller is better and also it’s easy to copy the codes to other products, if the logic is easy, then put the map in view would make the controller clear.
Hope it helps.
Troy