Have you had any luck with this work so far? I believe I am working on a project that is very similar to yours. I'm trying to update a mobile cache in ArcGIS mobile that will then be synched with AGOL or server and then postprocessed. I'm attempting to do what you did with a random point to provide me with an editable attribute table. Did you use runtime SDK in order to enable editing an attribute table? I'm very new to ArcGIS mobile and development as a whole, so would greatly appreciate any feedback.
////set the sourceLocation as the folder of your tiled dataset e.g. C:\tiledDataset ////(i.e. the folder that contains the conf.xml file) ////, or the fullPath of your tile package file e.g. C:\tilePackage.tpk //string sourceLocation = @<Location of your tiled dataset/tile package>; //TileCacheMapLayer tileCacheMapLayer = new TileCacheMapLayer(sourceLocation); //tileCacheMapLayer.Open(); //map1.MapLayers.Add(tileCacheMapLayer);
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.