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
1 answer
arcgis runtime libraries not being picked up when running standalone jar?
Hello everyone i am struggling with an issue with arcgis sdk for java. i have obtained the sdk and jars by following the maven guide mentioned in the docs https://developers.arcgis.com/java/latest/guide/get-the-sdk.htm and after that i ran the…

JayD
- 748
- 1
- 13
- 38
0
votes
2 answers
Circle/Rectangle Shapes Drawing using ArcGIS Java SDK
so i've been working on a map related desktop application (in JavaFX) using ArcGIS Java SDK 100.6.0. I want to draw certain shapes on the map and save them. I've seen the documentation and as far as i know they provide a SketchEditor class for…

Fuzail
- 372
- 5
- 12
0
votes
1 answer
com.esri.arcgis.runtime.error Code=10018 bad lexical cast
I'm getting an issue while creating serviceFeatureTable from my layer url.
let serviceFeatureTable = AGSServiceFeatureTable(url: selectableMapLayerUrl)
serviceFeatureTable.load { (error) in
if let error = error
…

Parv Bhasker
- 1,773
- 1
- 20
- 39
0
votes
1 answer
Move and/or Remove Markers in ArcGIS Graphics Layer
I'm using the ArcGIS 100.6 iOS SDK and am populating the map with markers on a Graphics Overlay Layer
whose locations are stored in a database common to all users of my application. Each marker is stored in a unique record and each record contains…

G. Steve
- 2,739
- 2
- 11
- 17
0
votes
1 answer
Cannot Query Feature Attributes from ArcGIS Online Feature Service
I have created a feature service on ArcGIS online which has approximately 2000 features. Each feature has four fields: name, latitude, longitude and a boolean validation field (true/false). Two custom symbols are used - one for validated features…

G. Steve
- 2,739
- 2
- 11
- 17
0
votes
2 answers
Unable to Add UI elements on top of AGSMapView
I have an app that I'm trying to migrate from Google Maps to ArcGIS maps because I need to use the maps offline.
I'm using the ArcGIS iOS 100.6 SDK and am trying to place a UIbutton on top of AGSMapView. In the View Controller "MapView" and the…

G. Steve
- 2,739
- 2
- 11
- 17
0
votes
1 answer
ArcGIS UWP Offline Map
How to download the ArcGIS map in windows UWP applications?
I am new to using this SDK , And need to Implement the map working in offline .Please give me a suggestion or any Materiel
Thank you
0
votes
1 answer
iOS ArcGIS.framework too large When making ipa File. How to reduce the size of iap file
I am maintaining an application with ArcGIS.framework for iOS.When am creating an .ipa files its file size is very large[92 mb] . i have to reduce the size of an .ipa file to bellow 50 mb.

Manju SSP
- 63
- 6
0
votes
1 answer
Is it possible to combine mapAreas from ArcGISOnline in one offline map on android?
I try to create an offline map using ArcGIS Runtime SDK for Android 100.5.0. I follow preplanned workflow according the guide https://developers.arcgis.com/android/latest/guide/take-map-offline-preplanned.htm. I create mapAreas in ArcGISOnline and…

RedLobster
- 1
- 3
0
votes
1 answer
How to show feature information on map MouseMove event without any blinking?
I am trying to show a selected feature information in a popup using ShowCalloutAt API function on mousemove event.
using below code:
public class TestMouseMove
{
public TestMouseMove(MapView mapView)
{
mapView.MouseMove+=MouseMove_Event;
…

Parashuram
- 303
- 2
- 6
- 19
0
votes
1 answer
How to save user drawn layers into files(.shp or .tiff)?
I am developing a wpf gis application using arcgis runtime sdk. In my application user can define FeatureCollectionTable schema and draw features(such as polyline,polygon,point and etc) on map. Now, I need to save this user drawn feature layer as a…

Parashuram
- 303
- 2
- 6
- 19
0
votes
1 answer
How to resolve runtime exception The invocation of the constructor on type 'Esri.ArcGISRuntime.UI.Controls.MapView'
I was developing a GIS Windows Forms application using ArcGISRuntime SDK(version 100.4.0) in Visual Studio 2015. When I deploy the application exe in deployment machine(windows 10 machine with no visual studio environment) application worked…

Parashuram
- 303
- 2
- 6
- 19
0
votes
2 answers
Android: Draw polygon by detecting paths in farms on base map satellite view in given extent
In Android: I want to draw polygon automatically by detecting paths in farms on base map satellite view in given extent. Is it possible ?. For example I have Farm having multiple acres. When I mark Farm with a polygon feature, I want to further…

Jam Muhammad Younas
- 79
- 1
- 10
0
votes
1 answer
"MapView not found in Esri.ArcGISRuntime.Xamarin.Forms" error Xamarin Forms iOS
I am using ArcGIS Runtime 100.4.0 in my Xamarin forms solution which is consist of
Android Project
iOS
.Net Standard 2 project (shared logic used by android and ios)
My code is very simple and it only tries to display a map. I used the code from…

Ehsan
- 357
- 5
- 22
0
votes
1 answer
NativeScript : Use platform specific native library without a multi-platform plugin?
We're trying to use ArcGIS's Android Runtime SDK in NativeScript (it has no nativescript plugin) but we have accessed that rewriting the whole library as a multi-platform plugin would take too much time.
My question is, how can we utilize the native…

Mojimi
- 2,561
- 9
- 52
- 116