-
Android-app crasht met SIGSEGV bij gebruik van opmaak-tags in TextSymbol.Text
I am developing an Android application using ArcGIS Maps SDK for .NET 300.1.0. I have isolated a native crash that occurs when formatting tags are used in TextSymbol.Text. The crash is a native crash inside ArcGIS Runtime: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) fault addr 0x400019198 backtrace: #00 ...…
-
Omrande polyline in Scene.
Hi, I would like to draw a polyline with an outline in a Scene. I followed the Render multilayer symbols example from the ArcGIS Maps SDK for .NET Samples app. I used a MultilayerPolylineSymbol with two SolidStrokeSymbolLayer, one for the inner line and one for the outline. var strokeLayer = new…
-
Basiskaart verschijnt niet in flutter-app na upgrade van pakket naar `arcgis_maps: ^300.1.0+5042`
After upgrading to the latest version of arcgis_flutter (version arcgis_maps: ^300.1.0+5042), I encountered an error related to the basemap layer. Have there been any changes to the code for displaying this layer? The error occurs only when loading the basemap layer; other layers render and appear on the screen correctly,…
-
How to set a proxy on the ArcGISHTTPClient
I want all ArcGIS Kotlin SDK traffic to go through a proxy. I would expect to set this through the HTTP client, but the ArcGISHTTPClient doesn't expose any such methods. I had a look at the network request interception…
-
Wat We Hebben Geleerd op Fluttercon USA 2026
This summer, Harish Kunchala and I had the opportunity to represent the ArcGIS Maps SDK for Flutter team at Fluttercon USA in Orlando. The conference gave us a chance to connect with Flutter developers, hear directly from the Flutter team about the roadmap, and learn how organizations are using Flutter to build…
-
CredentialRequestInfo.ServiceUri werkt niet voor AccessTokenCredential.CreateAsync met Owning Uri
My Maui app was previously using 200.8.1, and I'm updating it to use 300.0. I have a scenario where I want to sign in to a token-secured service which has an owning system. The ServerInfo looked like this back in 200.8.1: OAuthClientInfo: null OwningSystemUri: {https://[abc].com/portal} ServerUri:…
-
Learn how to calculate slope and aspect with Native Maps SDKs
In this latest developer's blog post (find it here on the ArcGIS Blog ), learn how to use Native Maps SDKs v300.1 new spatial analysis tools of slope and aspect. This blog walks you through an introduction of the new tools, how to use them, and how to extend them into more advanced workflows.
-
ArcGIS Maps SDK for Flutter - 300.0.0 compatibility notes for Flutter 3.44.x
Flutter is evolving rapidly, and so is our SDK. With each new Flutter release, we strive to maintain compatibility and deliver a smooth integration experience. Because Flutter versions often ship between our release cycles, each new release of our package is built and certified against the latest Flutter version available…
-
Update on offline map areas
Hello, could anyone explain the best way to detect updates for Offline Map Areas (PreplannedMapArea)? In our case, an “update” means that a web map’s offline area has changed—for example, layers have been added, removed, or updated. Then in the app we would like to compare downloaded date against the last modified date of…
-
Ervaar vreemd gedrag bij het bijwerken van de Grootte op een VectorMarkerSymbolLayer.
We expose the symbols in a stylx file to our users for them to pick from when customizing the symbology for their data. We've noticed that if you have a MultilayerSymbol with at least 2 layers with at least one of those layers being a VectorMarkerSymbolLayer, then if you edit the Size property on that…
-
Authenticationmanager does not refresh the access token
I use the TokenAuthenticationType "Code" and expected a "silent token refresh", but does not worked for me. The URL is a "ArcGIS Portal" where i already registered my app. Hier is how I generate the tokens: public static async Task<Credential> PromptCredentialAsync(CredentialRequestInfo info) { var credential = await…
-
ArcGIS Android SDK voor Qt 300.0.0 Configuratieprobleem tijdens het uitvoeren van de applicatie
While running the qt application, the following link issue keeps coming up. It would be really helpful if there are any steps to correct to correct this issue .
-
React Native / Expo-ondersteuning voor ArcGIS Maps SDK's
Hi, Esri currently provides ArcGIS Maps SDKs for Swift, Kotlin and Flutter, but there is no official React Native SDK. As an experienced React Native developer with a geospatial background, I’ve been exploring this gap by building a community-maintained project called expo-arcgis-maps-sdk using Expo Modules API. It wraps:…
-
200.8.3 LTS-patch voor ArcGIS Maps SDKs voor Native Apps is nu beschikbaar
We just released version 300.1 of the ArcGIS Maps SDKs for Native Apps (see What's New in ArcGIS Maps SDKs for Native Apps 300.1), but for those of you not yet ready to update to the 300 series of the SDKs, the team has also been hard at work keeping the 200.8 long-term support (LTS) release up to date for .NET, Kotlin,…
-
iOS SIGSEGV (dealloc) crash while zooming/panning ArcGIS MapView in .NET 300.x
Hi everyone, I'm encountering a native crash on ArcGIS Runtime SDK for .NET 300.x on iOS while interacting with a MapView. The crash is intermittent but reproducible during zooming and panning. Environment * ArcGIS Runtime SDK for .NET 300.x * <PackageReference Include="Esri.ArcGISRuntime" Version="300.0.0" />…
-
Media layer-ondersteuning in ArcGIS Maps SDK
Hi everyone, I noticed that media layers are available in ArcGIS web maps, but it seems they are not currently supported in the ArcGIS Maps SDK. I wanted to ask whether support for media layers is planned for a future SDK release. Specifically, I’d be interested to know: Is media layer support on the roadmap for the ArcGIS…
-
Media Layer-ondersteuning in ArcGIS Maps SDK voor Swift
It would be great to see support for media layers added to the ArcGIS Maps SDK for Swift. Media layers are already supported in ArcGIS web maps, but they don’t currently appear to be supported in the native SDK. Having this support would make it easier for apps built with the SDK to display web maps the same way they…
-
Heap corruption with CustomLocationDataSource location + heading updates on 200.8.2; not reproduced on 300.0.0 so far
Product: ArcGIS Maps SDK for Swift Affected version: 200.8.2, via Swift Package Manager Potentially fixed / not reproduced so far: 300.0.0, still soaking OS/runtime: iOS/iPadOS 26-era runtime, where Apple's xzone malloc allocator turns latent heap corruption into allocator aborts App context: production iPad/iPhone…
-
Esri.ArcGISRuntime.Maui version 300.0.0 hangs when used in .NET MAUI Android app
I recently began using MapView inside my .NET MAUI Android app on .NET 10. The functionality I use is fairly straightforward: 1. A base map using a custom ImageTiledLayer implementation 2. Icons and polylines using various symbols and graphics In the hang scenario, my phone is offline and the screen is turned off. I am…
-
GraphicsOverlay.sceneProperties ignores LayerSceneProperties when added to multiple GraphicsOverlays
Hello, There seems to be a quirk when using the same LayerSceneProperties definition (variable) for multiple GraphicsOverlay. If you define a single variable let sceneProps = LayerSceneProperties(surfacePlacement: SurfacePlacement.relative) and then configure all the GraphicsOverlay to use it let o1 =…
-
Scalebar - Cannot change unitSystem
I am using ArcGIS Runtime & Toolkit 200.7. I have the following code in a QML file: MapViewBackend { id: mapViewBackendId mapView: mapViewId Component.onCompleted: scalebarId.mapView = mapViewId}MapView { id: mapViewId Scalebar { id: scalebarId anchors.bottom: parent.attributionTop anchors.right: parent.left…
-
Access to snapped location from GeometryEditor
I'm using the GeometryEditor for feature editing (in version 200.8.1 of the Maps SDK right now). I am trying to extend the capabilities of the GeometryEditor somewhat, e.g. adding labels/constraints to the geometry as it's being drawn. [This earlier…
-
Authentication retrying indefinitely after update to 300
Hi, I've tried to update ArcGIS Runtime to Version 300 today and noticed an issue: When credential creation fails for a federated service, the challenge handler is called repeatedly without stopping. I am aware of the new Error and PreviousFailureCount properties on CredentialRequestInfo. According to the description of…
-
[Android] ObjectDisposedException in AndroidCompassProvider tearing down MAUI app
EDIT: not all Android users experience it, and it doesn't happen on every startup, it occurs once in a while Hi, this exception is from a MAUI 10.0.70 app using ArcGIS Maps SDK 300.0.0. Many of our Android users experience this one, and it happens at app startup. Well before any IWindowManagerInvoker is expected to be…
-
GeometryEditor FeedbackLine access
Can I access the FeedbackLine when dragging a node in the GeometryEditor to display, for example, the current polyline length during the drag? Thanks