Start a new topic
Solved

Problem

Hello,


I'm running into an issue where using architectView.SetLocation (Android) and architectView.InjectLocation (iOS) doesn't affect the location in Wikitude even when I hardcode a test location.




Hi Mateusz,


Please ensure to set the proper flag on iOS and disable the LocationProvider default implementation on Android so that your value isn't overwritten. Also, check whether you set the value after the AR view initialization finished.


Hope this helps.

Best regards,
Andi

Hello Andi,


I have resolved the issue on iOS by moving

view.UseInjectedLocation = true

to after the view has been started as having it after    

view.LoadArchitectWorldFromURL(path, features)

was not enough.


As for Android I it appears I had something conflicting with SetLocation.


Thanks for your time Andi


Matt

Login or Signup to post a comment