ArcGIS Runtime SDKs help you build and deploy native applications to a variety of popular platforms and devices like Android, iOS, Java, .Net, OS X, Qt.
Questions tagged [arcgis-runtime]
161 questions
0
votes
0 answers
Could not run build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-4.3-bin.zip'
Im using Eclipse Oxigen and I have a problem building a Gradle project with ArcGIS Java SDK Plug-in, the error I got is:
Synchronize Gradle projects with workspace failed due to an error in the referenced Gradle build.
Could not run build action…

David Leonardo Crespín
- 73
- 5
- 14
0
votes
1 answer
ArcGIS Runtime SDK: Mapview crash on iOS
I am hoping to see if anyone knows anything about this issue and any potential workarounds.
I am using ArcGIS runtime SDK for Qt (100.2).The issue is that if a mapview with a map inside of it is created and later destroyed it crashes with the below…

jp36
- 1,873
- 18
- 28
0
votes
2 answers
ArcGis Offline map layer changes synchronization
In my WPF application I’m trying to use off-line map functionality. Right now my feature service is configured for data sync and I’m able to create data replica on server and download local copy of geodatabase.
gdbSyncTask = await…

Piotr Gaszewski
- 343
- 3
- 15
0
votes
1 answer
C#, How to configure LocalServer in ArcGISRuntimeSDK
I've tried every possible solution that crossed my mind. I keep getting:
System.InvalidOperationException: 'LocalServer start failed: executable not found.
When I call:
Esri.ArcGISRuntime.LocalServices.LocalServerEnvironment.Initialize();
I…

Damian Radinoiu
- 97
- 2
- 10
0
votes
2 answers
Unable to implement WPF MVVM properly
Using ArcGIS Runtime .Net SDK 10.2.7, with MVVM pattern I am getting 'System.NullReferenceException'. in ViewModel constructor at:
this.mapView.Map.Layers.Add(localTiledLayer);
What am I doing wrong?
What I have is:
1- ViewModel.cs
public class…

Mona Coder
- 6,212
- 18
- 66
- 128
0
votes
1 answer
ArcGIS Runtime: Detect if a point is within a certain area in a feature layer?
I have two layers in an application that uses ArcGIS Runtime. One is a basemap layer, and the other is a feature layer having certain areas marked on it.
How can I detect if my location is within those marked areas or not?

Pranjal Kaler
- 1
- 1
0
votes
1 answer
ArcGIS Runtime Android SDK100.1.0 Offlinemap edit and synch
I am able to download map from ArcGIS Android SDK-100.1.0, but after that how I will edit this map,i.e., add or delete a marker point and after this editing I will need to synch offline edit data to ArcGIS Map server. Here is my code of offline map…

Satyaki Mukherjee
- 2,857
- 1
- 22
- 26
0
votes
1 answer
How to retrieve map scale using ArcGIS for QML/QT?
I am building a simple QML application that makes use of the ArcGIS SDK, the purpose right now is just to learn the SDK features.
What I'd like to do is have a zoomable map and a text box that displays the current map scale. Below is the code I have…

os1
- 412
- 1
- 6
- 18
0
votes
0 answers
ArcGIS Android SDK-100.1.0 Offline downloaded map edit and sync
I am surprised that ArcGIS provided all the tutorial docs for iOS but not for Android. Here I have got the iOS sample which I want -
Offline edit and Sync in iOS
but there are no tutorial for Android. Though I am able to download ArcGIS online map…

Satyaki Mukherjee
- 2,857
- 1
- 22
- 26
0
votes
1 answer
Offline Vector Tile Package Style
Is there currently a way to swap out styles of an offline local Vector Tile Package (.vtpk) without ArcGIS Pro? I'm open to accomplishing this programatically with the ArcGIS Runtime SDK for .NET (WPF). The goal is to maintain a single copy…

Mike
- 3
- 1
0
votes
1 answer
Trying to get a cookie value which I set on ARCGIS online but not getting any value back?
I am trying to set a cookie in ESRI Arcgis online using ESRI runtime SDK for .net v100.
var cookie = new CookieHeaderValue("customCookie", cred.Token);
var response = Request.CreateResponse(HttpStatusCode.OK, new {
…

sachin srivastava
- 163
- 2
- 11
0
votes
1 answer
ESRI ArcGIS Runtime: AttributeLabelClass 10.2.7 ==> 100.0
The 10.2.7 runtime has the class 'AttributeLabelClass' that allows you to format the labels for graphics and add it to a GraphicsLayer such that all Graphics with a certain attribute will render the same way.
Does anyone know if anything like this…

user3228938
- 155
- 1
- 8
0
votes
1 answer
Take Screenshot of ArcGIS Map View Programmatically for iOS
I am trying to take a screenshot of an ArcGIS map view programmatically. I haven't seen any code in the ArcGIS library to make this easy. I'm really trying to create a UIImage of the map view including any feature layers that are currently being…

user2621075
- 357
- 4
- 15
0
votes
1 answer
How to add shape file in map using arcgis javascript even if shape file exceeded the maximum number of records allowed i.e 1000
I am new to arcgis.I am referring documentation of arcgis javascript 3.19 API.I have taken example from that documentation for adding shape file but when I added zip file which contains .shx,.mdf etc file it gives me error like "The maximum number…

Pallavi
- 9
- 3
0
votes
1 answer
How to properly setup an ExportTileCacheJob using ArcGIS .net runtime sdk
I'm using the .Net runtime sdk (v.100) for Xamarin Android. I'm trying to download tiles as a .tpk for offline use by my mobile app.
I've managed to use the AuthenticationManager to give me a token for my app. I can successfully create the…

Caleb Pourchot
- 93
- 7