Questions tagged [arcgis-runtime]

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.

161 questions
2
votes
2 answers

How to get current zoom level in Arcgis Map View Android?

After adding and changing map layers mapview should not be reinstantiated and zoom level should remains same. But in my case it is reseting. Please provide guidance. Thanks in advance
Raj Karekar
  • 657
  • 6
  • 7
1
vote
1 answer

How to create a "Signal Strength" HeatMap layer on an ArcGis map in a dotnet MAUI application?

I have created a .NET MAUI desktop application that reads "hitrorical data" form an SD card that is in a dummy LoRa network scanner. As displayed in the image below, the map shows the different positions of the scanner relative to the "dummy" LoRa…
BaselE
  • 43
  • 5
1
vote
0 answers

ArcGIS android mapview: Invalid coordinates for the visible area when zooming out too much

We are using ArcGIS Runtime SDK v. 100.11.0 for Android and need to identify the objects (Their coordinates are known to us as Latitude + Longitude) that are currently visible to the user on screen. We've tried to use the MapView.getVisibleArea and…
1
vote
1 answer

Error importing "Esri.ArcGISRuntime" to Qt Creator

After running the code an error came: QQmlApplicationEngine failed to load component qrc:/main.qml:19:1: module "Esri.ArcGISRuntime" is not installed I am using Qt Creator 4.11.1 Qt 5.14.1 I am using Ubuntu 20.04 I have already added the path to the…
1
vote
0 answers

After pressing the download button, nothing is happening

I am trying to download the Qt linux version of the ArcGIS, I press on the download button but nothing's downloaded. Anyone faced such a problem before? I've tried from 2 browsers and changed the network connection and restarted the page.
1
vote
0 answers

com.esri.arcgisruntime.ArcGISRuntimeException: Object is already owned.: Already owned

I have a switch to load satelite map in my app. It was working fine until some android update. Now it throws an error and crashes the App. It shows ' com.esri.arcgisruntime.ArcGISRuntimeException: Object is already owned.: Already owned.' I tried…
Kumza Ion
  • 353
  • 2
  • 12
1
vote
0 answers

why is the color and texture of 3d file missing in arcgis scene?

i am trying to build arcgis scene with my custom 3d models with ModelSceneSymbol but when the model finally loaded(.dae format) it appeared pure white when i explicitly designed it red, also most of the other formats like .fbx,obj etc. don't seem to…
H99C1
  • 35
  • 7
1
vote
0 answers

how to keep 3d files online?

I have been trying to build an app to take custom elements display on the map, for this arcgis provides ModelSceneSymbol Class which takes two parameters: Uri and scale factor, when using in wpf (i am using System.Uri in this case) it is working…
H99C1
  • 35
  • 7
1
vote
1 answer

Displaying Custom Symbols in ArcGIS runtime

Hi i am new to arcgis and i want to display my custom symbol of 3d type with .obj format on a layer of data, i would like to display this particular symbol in all of the layer data's 2d points. I know how to convert 2D Points using renderer to 3D I…
H99C1
  • 35
  • 7
1
vote
1 answer

Could not load file or assembly 'Esri.ArcGISRuntime, Version=100.13.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86'

I am trying to create map using Esri.ArcGISRuntime.Xamarin.Forms nuget. For this I have created new project in Xamarin.Forms and installed this nuget. Then I have write this code: Initialize Map key in App.xaml.cs public partial class App :…
Divyesh
  • 2,085
  • 20
  • 35
1
vote
1 answer

Export the vector tiles in API for .net

Want to obtain a job to generate and download a vector tile package and its default style resources by passing the (ExportVectorTilesParameters) to the (ExportVectorTiles) method on the (ExportVectorTilesTask) class. That must also provide a…
user17152018
1
vote
0 answers

How to get band count from local raster file in ArcGIS Runtime

I need to know how to get the band count of raster file directly in ArcGIS Runtime with c# wpf. I am using the below code but it didn't get the Geo-Elements sometimes. Kindly suggest is there any other ways to get the raster band count directly? …
1
vote
2 answers

When writing a cordova plugin for ios, how do I set the minimum ios platform in my podfile?

I'm writing a cordova plugin and I have a framework I'm adding with cocoapod. The framework has a minimum ios requirement of version 13.0. When my pod file is generated it is defaulting to ios 10.0. How do I set the required IOS version in my…
1
vote
1 answer

How to create circle or buffer of 1 KM around specified waypoint in arcGIS JAVA SDK?

I'm using this code snippet to draw circle, Circle shape is fine but circle covers even thousand km during zoom-out. I need to fix this circle around specified radius. private void addPointGraphic(double lat, double lng, float radius) { …
Alpha
  • 156
  • 1
  • 10
1
vote
1 answer

How to get bounding rectangle of an ArcGIS TextSymbol?

I'm using the Qt C++ ArcGIS Runtime SDK v100.9 and I have various shapes and labels being drawn on a map. I want to be able to find out the area (bounding rectangle) of Graphic (which is a text label (TextSymbol) at a given point…
Lee Carter
  • 65
  • 9
1
2
3
10 11