Augmented Reality for Runtime?

2189
0
03-12-2013 09:42 AM
MikeReynolds
New Contributor
Hi Dev Community!

We are looking at extending our API that would allow Esri+Android developers to view their ArcGIS data within an Augmented Reality 'heads-up' mode - This should be as simple as;

ArcGISDynamicMapServiceLayer dynamicLayer = new ArcGISDynamicMapServiceLayer(dynamicMapURL);
AwilaARView awilaSDK = new AwilaARView(this, "apiKey");
awilaSDK.getDataCatalog().addEsriLayer( dynamicLayer );
awilaSDK.start(true);


We already have an AR API that connects to OGC web services, tile-caches and various other open APIs (such as Google Places) and would like to know if this community would be interested in plugging the same AR ability into their Esri mapping applications?
If I could trouble you to complete the poll it would be really useful and help inform how we move forward with our road-map.

Many thanks in advance,

Augmented Technologies Ltd.
0 Kudos
0 Replies