I am currently using the wikitude sdk for blackberry which we had purchased a year back to develop an application for blackberry.
I am trying to change my location to some place else using the latitude and longitude of a distant place. Any idea how i can do so?
Any help will be appreciated. Thanks
C
Christian Ebner
said
over 9 years ago
Hello,
You can do this by calling the following function with your desired location parameters: void injectLocation(double latitude, double longitude, double altitude, double accuracy);
In the ArchitectView.h header file you see all functions you can call concerning the AR view. Hope that helps, Christian
s
saher ali
said
about 7 years ago
hii....how do i inject custom location in android?
Neeraj Shetty