Im trying load other architectView in my proyect. I have one with markers and I want other with only radar but always load the first architectView with markers. I call the functions in the same class. Im using Wikitude SimpleARBrowser example from Wikitude 2.0. Thanks for your help
EDIT:
I call this.architectView.load("index.html") in SimplebrowserActivity with other methods show the markers in the view. After I started other activity and I call again SimplebrowserActivity with other function to load this.architectView.load("index2.html") but the activity load index.html not index2.html