Eva
Hi,
Thanks for your quick response. I have removed the setLocation line from onPostCreate, but it has not resolved my issue. Was it just the setLocation line that was to be removed in the onPostCreate method. I am going try a different phone, as my phone is quite old, and it takes quite a bit of time for the radar to show on the screen, so maybe it could be due to the phone.
Can you think of any other possibilities that could be causing this issue?
Thanks,
-Paul.
protected void onPostCreate(Bundle savedInstanceState) { super.onPostCreate(savedInstanceState); architectView.onPostCreate(); try { this.architectView.load("file:///android_asset/08_Browsing$Pois_2_Adding$Radar/index.html"); architectView.setLocation(latitude, longitude, altitude, accuracy); } catch (Exception e) { System.out.println("Error with the Wikitude asset"); } }
Paul Russell
Hi I am having a problem with displaying the markers for my wikitude application. The markers are being picked up (I know this because it loads the number of places) Also The image for the radar is appearing, and it works as a compass, but does not show any markers inside the radar. I am not sure why this is happening, I have tried changing the locations to ones near me, but that is not working. Any advice on what else to try?
I will attach my code for these classes in order for anyone to see, if I am missing in vital parts. Included MainActivity.java to show the locationChanged method in the android envrionment, even though I think it is functioning correctly.
Thanks,
-Paul.