A global community of Esri users where you can find solutions, share ideas, and collaborate.
Dear community, The question is quite simple. Is the Android SDK for the latest ArcGis Android Sdk version 100.5 supporting app login with client_id and client_secret without the OAuth dialog. I would appreciate here to get a yes or no answer to avoid confusions that happened by the answers given in the already asked…
IdentifyLayerAsync is not returning all features in Version 100.2.0. It is working fine with version 100.1.0. Using Fiddler I compared the two versions and discovered this method was completely re-written. The previous version utilized the Identify REST endpoint of the map service. One simple transaction. The latest…
Summary: In order to prevent a crash bug in the ArcGIS Runtime SDK for iOS from impatient users tapping rapidly at startup, assign false to the main window's UserInteractionEnabled property until after the map finishes loading its last layer. The Bug: You may at some point have been frustrated with how long an elevator has…
Usage; MBTILESTiledLayer mbtilesLayer = new MBTILESTiledLayer("C:\\MBTilesSample.mbtiles"); MapOptions mapOptions = new MapOptions(MapType.TOPO); JMap map = new JMap(mapOptions); map.getLayers().add(mbtilesLayer);
Sometimes users require getting the coded values of the field in Android Runtime. It is a little complicated to get to the Coded domain from the geodatabase. Following is an example code to get it. This is for offline geodatabase(Runtime Content), same can be done for geodatabase coming from Service using…
Hi Mike, Please see uploaded file with WPF user control library and simple WinForm holding this control. The WPF content copied from Github/arcgis-runtime-samples-dotnet - SwitchBasemaps example. Also included publish folder 'Test runtime' and empty arcgisruntime10.2.7 folder. This little program works on my computer…
Antti Kajanus Model Marker code for analysis by Antti. Antti, I managed to get one model working. However, there was no textures displayed. I have added the other two models that I couldn't get to work. Regards Phil
ArcGISRuntimeSDKDotNet_DesktopSamples Error
Sign in to post, follow content, and more. New here? Register for free.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.