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
1
vote
0 answers
arcgis-android-100.3.0.pom says Forbidden
We are try to make sample sample app as mentioned here
https://developers.arcgis.com/android/10-2/guide/develop-your-first-map-app.htm
Whenever we try to build, we get below error.
Could not GET…

Fahim Parkar
- 30,974
- 45
- 160
- 276
1
vote
1 answer
ESRI ArcGIS 100.9 .NET Wpf Point icon with Line Icon
Using ArcGIS Esri 100.9 with .NET Wpf, I am trying to combine a point icon and a line geometry, but I am not sure how to do that. I want to have a line with the point symbol at the start point and only the start point. Is there any way to do that…

SA3709
- 192
- 2
- 11
1
vote
1 answer
how to add raster image in Qt creator using ArcGisRuntime SDK
This is the code i have written, but not able to display a raster image.
#include "Map.h"
#include "MapGraphicsView.h"
#include "Raster.h"
#include "RasterLayer.h"
using namespace Esri:: ArcGISRuntime;
Raster_example::Raster_example(QWidget*…

Sony
- 11
- 2
1
vote
1 answer
How can I better control action bubbling with caliburn micro?
I have a Thumb control which users should be able to drag around the UI. When I try dragging the control I get an exception "No target found for method Thumb_DragDelta". I think the problem may lie in the way I have the method written in the…

indiapalealex
- 25
- 3
1
vote
0 answers
Cannot find protocol declaration for 'QLPreviewControllerDataSource'
I'm facing a very strange issue, my code is working well utill I upgrade my argis 100.4 to 100.5 version.
As soon as I updated the version I am getting issue at build time. QuickLook framework's QLPreviewControllerDataSource protocol is giving issue…

Parv Bhasker
- 1,773
- 1
- 20
- 39
1
vote
1 answer
Issue with Creating a symbol on an ESRI Map
I am having an issue in my MVVM client app going from ESRI.ArcGISRuntime.Toolkit v10.2.7.0 into ESRI ArcGISRuntime v100.1, where the symbols I was using to locate a stop are randomly not being created. I pass a List into the following method:
…

tCoe
- 401
- 1
- 5
- 24
1
vote
0 answers
Is AGSDynamicMapServiceLayer Class removed from ArcGIS Runtime SDK for iOS 100.4 Swift, or is it replaced with another class?
Is AGSDynamicMapServiceLayer Class removed from ArcGIS Runtime SDK for iOS 100.4 Swift, or is it replaced with another class? It's not included in the latest api-reference
https://developers.arcgis.com/ios/latest/api-reference/

Kareem Badr
- 21
- 1
1
vote
1 answer
Load pdf maps on iOS using ArcGis Api
I exported a layer and features attribute to PDF using ArcGis software. And now, I would like to build an iOS app that I can load this map offline. as I just have started to use ArcGis for iOS, I tried tried this code and I could'n see this…

Jeff MacIntosh
- 33
- 4
1
vote
1 answer
How to use gif symbols with ArcGis
I'm using the ArcGis .NET SDK from Esri and was hoping to use a .gif symbol similar to the following, although even though I see that a HTTP request was sent for the image the map doesn't display the gif. If I select an online .png it works…

Blackey
- 698
- 7
- 14
1
vote
0 answers
Query ServiceFeatureTable with CreationDate in whereClause in ArcGIS java
I am trying to query the ServiceFeatureTable using ArcGIS java. If we use REST service to query we can query based on the CreationDate. I am trying to do the same thing using ArcGIS java. runtime SDK as below
ServiceFeatureTable featureTable = new…

Naveen Kumar H S
- 1,304
- 16
- 30
1
vote
1 answer
ArcGIS Java ServiceFeatureTable query always returns only 1 feature
I am trying to query an ArcGIS Online feature layer using arcgis-java (ArcGIS Runtime) as below:
ServiceFeatureTable featureTable = new ServiceFeatureTable(this.SERVICE_FEATURE_URL);
QueryParameters query = new…

Naveen Kumar H S
- 1,304
- 16
- 30
1
vote
0 answers
Consume ArcGIS Feature Query Service in Java
I am querying a feature layer provided in ArcGIS Online as explained in the Query (Feature Service) documentation. Everywhere there are examples using JavaScript. I am not able to find any documentation or examples using Java.
I have tried the same…

Naveen Kumar H S
- 1,304
- 16
- 30
1
vote
1 answer
ArcGIS runtime for WPF - A missing assembly reference?
I have installed the ArcGIS Runtime SDK for .NET (100.1.0)
I created a WPF app from the ArcGIS template (that should come with all the necessary assembly references...).
I have a "MapView" (my XAML file) containing a map to which I would simply…

harveyAJ
- 833
- 1
- 11
- 26
1
vote
0 answers
Xamarin ArcGISRuntime .net System.IO.FileLoadException: 'File exception: The supplied file path contains directories that do not exist.'
https://github.com/Esri/arcgis-runtime-samples-dotnet samples
I am exploring the xamarin samples that are available through the link above. One sample that is called Generate geodatabase here shows how to generate a geodatabase and store it locally…

armyllc
- 157
- 1
- 6
1
vote
0 answers
Offline Arcmap digitize map display on android
Im quite new in arcmap map and i have been spending more than 2 week stuck in how to show map online offline.
I have tried the code is attached but when i run the application.It crashes nothing to show.
You can see my code and i also attached…

zohaib
- 11
- 1