Start a new topic

Changing Current Location

Changing Current Location


hii....how do i inject custom location in android?

Hello,

you can use the method setLocation(double latitude, double longitude, double altitude, float accuracy) of the architectView.

Best regards,
Alex

Hi,

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 

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
Login or Signup to post a comment