I have a Map View on 3 different windows. They all use the same script to create and display the map. The problem is that they are all using the same App variable Ti.App.mapview.
I've been trying to create something like Ti.App.mapview.thisWindow (thisWindow being a string passed to distinguish the window) and getting them seperated out.
Is there an easy way to do this?
1 Answer
You're going to want to read the MapView docs before you go down this path. Android only supports one mapview.
Your Answer
Think you can help? Login to answer this question!