dobbst01 / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework
GNU General Public License v3.0
0 stars 0 forks source link

Does the framework support showing route map #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I want to show a route map based on AR . Please let me know if this framework 
supports this. If yes, please give me pointers on which functions / files to 
look at.

Thanks in advance for your support.

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

GoogleCodeExporter commented 8 years ago
Right now there is no route support. You'd have to create a new Marker type 
which could render the route.

Original comment by phishman3579@gmail.com on 22 Aug 2012 at 2:12

GoogleCodeExporter commented 8 years ago
Thank you for the response. Please let me know if you have any plan for 
implementing this.

Also, i have tried several frameworks and this turns out be one of the simple, 
accurate and with very good UI. Good work .

Thank you.

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

GoogleCodeExporter commented 8 years ago
I don't really have any plans in implement it; also, I am not quite sure how 
it'd be accomplished. Most markers are single points which are easy to render, 
a route would require line segments. Unless of course you wanted them 
represented as a series of points (like bread crumbs) which would be easier.

Original comment by phishman3579@gmail.com on 23 Aug 2012 at 9:02

GoogleCodeExporter commented 8 years ago
Also... Thanks for the comments. This framework was born with the intent of 
being simple and easy for other to extend.

Original comment by phishman3579@gmail.com on 23 Aug 2012 at 9:03