Hi,
I'll need to interact with a Google map by periodically updating the markers I place on it. So I'm wondering if this would be a good practice.
1. Subclass Application with my own MapApplication.
2. Create a global variable in my application class that points to my map singleton. // Is it possible to define a global variable in the application class? Or should I just place it in the header in index.html?
Another item I'm pondering is I will need to load UI based upon links I embed in the marker's map tip i.e. inspect this marker should load the inspect marker panel.
Since Montage doesn't have the "router" is this an example of where I should be using custom events? i.e. capture the selection event in the application object and then have that set some variables that can be bound to my components? I know components support @owner and @controller bindings but can you also have an @application binding?
Sorry for kind of thinking out loud here.
Best,
Johnny