energyplug / droidar

Automatically exported from code.google.com/p/droidar
0 stars 0 forks source link

Does droid AR support showing route map #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want to show route map based on AR from current location to a specific 
location.  Is this possible with droidAR . Is there any example illustrating 
similar requirement.

Thanks in advance for the support

Original issue reported on code.google.com by preetha...@gmail.com on 22 Aug 2012 at 11:59

GoogleCodeExporter commented 8 years ago
Jep thats possible, thats what the GeoGraph class is for. There are some 
example setups where i create graphs, just use the call hirachy funktion of 
eclipse to find the places in the code where geograph instances are created to 
see how it can be used

Original comment by simon.heinen on 22 Aug 2012 at 6:38

GoogleCodeExporter commented 8 years ago
Thanks for the answer. I tried examples like Graph creation , graph movement . 
But really couldnt see the graph / route .

Original comment by preetha...@gmail.com on 23 Aug 2012 at 8:49

GoogleCodeExporter commented 8 years ago
Did you wait for the accuracy wainting mechanism to finish? 
It might also be that i added them as fixed gps points, but the code should be 
usefull for you to create your own graph :)

Original comment by simon.heinen on 23 Aug 2012 at 10:10