You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a new activity that I've added to the Anyplace App I'm wanting to know the users currently location within the indoor space, assume they are standing still. What class or classes do I need to get this information?
I've been looking through the UnifiedNavigationActivity but there is a lot going on so I'm hoping someone can just point me in the right direction.
I found a method called onNewLocation which seems to be what I need but I can't see where this is called from.
Basically a user will walk up to something and press a button on the app. On the button press I want to immediately start querying there current location and then use that position information to query a database. I may add continuous tracking later but for now pressing a button whenever they want to know what they are standing in front of will suffice.
Thanks
The text was updated successfully, but these errors were encountered:
The main class responsible for indoor tracking is Anyplace Tracker in the tracker package. You will need this class and any classes that it depends on. The TrackerLogicPlusIMU extends Anyplace Tracker with additional functionality IMU and kalman filter.
Check how TrackerLogicPlusIMU is used in UnifiedNavigationActivity.
Hi Guys
In a new activity that I've added to the Anyplace App I'm wanting to know the users currently location within the indoor space, assume they are standing still. What class or classes do I need to get this information?
I've been looking through the UnifiedNavigationActivity but there is a lot going on so I'm hoping someone can just point me in the right direction.
I found a method called onNewLocation which seems to be what I need but I can't see where this is called from.
Basically a user will walk up to something and press a button on the app. On the button press I want to immediately start querying there current location and then use that position information to query a database. I may add continuous tracking later but for now pressing a button whenever they want to know what they are standing in front of will suffice.
Thanks
The text was updated successfully, but these errors were encountered: