-
API call to provide a method to prune/trim the archive history on mobile devices
This idea comes from a situation where we have a mature mobile application that is accumulating archived history of edits at a very fast past. Over time, we are seeing degraded performance due to the size of the data being handled by the mobile geodatabase (SQLLite). The users have stated that they really don't need the…
-
Perform SQLLite Maintenance On Mobile Devices
I would like to propose the idea that providing a means via the Maps SDK to perform routine maintenance on the SQLLite mobile geodatabase. Currently, unless you go through a non-Esri means, there is not a way to do this through the SDK. The maintenance I am speaking of is ANALYZE, rebuilding attribute & spatial indexes,…
-
ArcGIS Maps Get A Voice at Fluttercon
This year, our Flutter Maps SDK team had the privilege of taking the stage at both Fluttercon USA and Fluttercon EU, where we showcased our latest capabilities, such as Geotriggers and Navigation to show how location intelligence can elevate Flutter applications. Read the full…
-
Provide way to update a pre-packaged map definition without downloading entire package
When an offline package is downloaded it includes the offline layers along with the map definition (.mmap file) which includes information such as forms and popups (including the arcade expressions). We have found many cases when a minor change is required to the online web map. Currently, any minor change to the online…
-
Implement a way to tell that a graphic is being clustered
Currently their is no way to tell if a graphic is clustered. I'd like a way to know what graphics within an overlay are being clustered such as a Graphic property like isClustered or a property on GraphicOverlay that returns the AggregateGeoElements.
-
ArcGIS Runtime 100.15.6 is now available
Version 100.15.6 of the ArcGIS Runtime SDKs for Android, iOS, Java, .NET, and Qt is now available. This patch includes bug fixes and 3rd party library updates. For more details, please see the SDK-specific Release Notes topics: * ArcGIS Runtime SDK for Android * ArcGIS Runtime SDK for iOS * ArcGIS Runtime SDK for Java *…
-
ArcGIS Runtime 100.15.5 is now available
Version 100.15.5 of the ArcGIS Runtime SDKs for Android, iOS, Java, .NET, and Qt is now available. This patch includes bug fixes and 3rd party library updates. For more details, please see the SDK-specific release notes topics. * ArcGIS Runtime SDK for Android * ArcGIS Runtime SDK for iOS * ArcGIS Runtime SDK for Java *…
-
ArcGIS Runtime 100.15.4 is now available
Version 100.15.4 of the ArcGIS Runtime SDKs for Android, iOS, Java, .NET, and Qt is now available. This patch includes bug fixes and 3rd party library updates. For more details, please see the SDK-specific release notes topics. * ArcGIS Runtime SDK for Android * ArcGIS Runtime SDK for iOS * ArcGIS Runtime SDK for Java *…
-
ArcGIS Runtime 100.15.3 is now available
Version 100.15.3 of the ArcGIS Runtime SDKs for Android, iOS, Java, .NET, and Qt is now available. This patch includes bug fixes and 3rd party library updates. For more details, please see the SDK-specific release notes topics. * ArcGIS Runtime SDK for Android * ArcGIS Runtime SDK for iOS * ArcGIS Runtime SDK for Java *…
-
Let’s Build with Swift - 4: View Modifier And Reader-Proxy Pattern
Modify Views and Use the Reader/Proxy Pattern With ArcGIS Maps SDK for Swift Welcome to the final post in this series! In previous posts, we have covered the basic mapping app structure, state and data flow, and using concurrency in your app. Finally, we will revisit the SwiftUI view to discuss the view modifiers as well…
-
Let’s Build with Swift - 3: Swift Concurrency
Perform Asynchronous Operations With ArcGIS Maps SDK for Swift Welcome to the Swift Concurrency article in our blog series. Initially, we discussed the basic SwiftUI app structure and then examined how to manage the flow of data in our apps. Now, let's explore one of the most desirable Swift features released in recent…
-
Let’s Build with Swift - 2: State And Data Flow
Manage the States and Data Flow in Your App With ArcGIS Maps SDK for Swift Welcome back to our SwiftUI articles. In the previous blog post we talked about the fundamental structure of a SwiftUI app built with the ArcGIS Maps SDK for Swift. Now, it is time to dive deeper into the app logic. In this post, let's explore how…
-
ArcGIS Runtime 100.15.2 is now available
Version 100.15.2 of the ArcGIS Runtime SDKs for Android, iOS, Java, .NET, and Qt is now available. This patch includes bug fixes and 3rd party library updates. For more details, please see the SDK-specific release notes topics. * ArcGIS Runtime SDK for Android * ArcGIS Runtime SDK for iOS * ArcGIS Runtime SDK for Java *…
-
Let’s Build with Swift - 1: Maps and App Structure
Build Your First SwiftUI Mapping App With ArcGIS Maps SDK for Swift Welcome! In a series of bite-sized articles, we'll guide you through building an app using ArcGIS Maps SDK for Swift with Apple's latest SwiftUI framework. Whether you are an experienced Runtime SDK user, or a first-time adopter of our new SDK, you will…
-
ArcGIS Runtime 100.15.1 is now available
Version 100.15.1 of the ArcGIS Runtime SDKs for Android, iOS, Java, .NET, and Qt is now available. This patch release resolves several issues in 100.15 (or prior versions) and includes updates to several 3rd party libraries. For more details, please see the SDK-specific release notes topics. * ArcGIS Runtime SDK for…
-
3D layers in ArcGIS Runtime
This is the second article in the continuation of the series on 3D in ArcGIS Runtime. This article talks about how the different 3D layer types, how they are used in ArcGIS Runtime and subtle differences in their functionalities. Hope you enjoy reading it and stay tuned for more to come. The code examples use Qt C++ but…
-
ArcGIS Runtime Toolkit for iOS v100.15 is live!
This release includes: - Augmented reality (AR) - Remove use of the deprecated `ARSCNView.hitTest` method. See this issue. - Augmented reality (AR) - Fix crash in AR Example. See this issue. - The minimum supported iOS version is now 14.0, to match the Runtime SDK. You can find the Toolkit here. See this blog post for…
-
ArcGIS Runtime SDK 100.14.1 now available
ArcGIS Runtime SDK version 100.14.1 is now available for all flavors of the ArcGIS Runtime SDKs, and addresses a number of issues. If you are using 100.14.0, we recommend you update to 100.14.1. Please see the release notes for .NET, Android, iOS, Qt, and Java for more details. Get the update via your package manager, or…
-
How do you get started with 3D in Runtime?
This is the first in the blog series about 3D in ArcGIS Runtime. This shows how you can get started and then progressively we will move on to the more details about 3D specific layer types and various data creation workflows across the ArcGIS system and then consuming them in ArcGIS Runtime. Stay tuned for more. The code…
-
5 tips and tricks to streamline your offline maps
This is the first of several blog posts discussing offline workflows for developers using ArcGIS Runtime. In this blog, I will share tips and tricks to help you optimize your offline Runtime apps. Code examples are written in Qt C++ but the concepts apply to Runtime APIs.…
-
ArcGIS Runtime Toolkit for iOS v100.14 is live!
This release includes: - FloorFilter - a new component which simplifies visualization of GIS data for a specific floor of a building in your application. See the documentation here. - The "basemap type" and "static basemap" initializers have been deprecated in the SDK at 100.14. They have been replaced by the "basemap…
-
ArcGIS Runtime SDK 100.13.2 (iOS and .NET) now available
iOS 15.4 and 15.4.1 introduced a crash in 3D applications built with the ArcGIS Runtime SDK for iOS and ArcGIS Runtime SDK for .NET (Xamarin.iOS / Xamarin.Forms-iOS) which the team have resolved with the 100.13.2 release for those SDKs. See the release notes for iOS and .NET. If your application meets the following…
-
Resolved: Crashes in 3D with iOS 15.4 and the ArcGIS Runtime SDK for iOS and .NET (Xamarin.iOS / Xamarin.Forms-iOS)
We have identified an issue displaying a scene view with the ArcGIS Runtime SDK for iOS and the ArcGIS Runtime SDK for .NET (Xamarin.iOS) on iOS 15.4 and 15.4.1. The issue affects iOS and iPadOS devices with an A14, A15, or M1 processor. [ Update, Apr 13 2022: 100.13.2 released, addressing the fix for iOS and .NET…
-
Announcing ArcGIS Runtime 100.13.1
The 100.13.1 patch release of ArcGIS Runtime SDKs for Android, iOS, Java, .NET, and Qt is now available to resolve vulnerabilities identified in the Expat library used by ArcGIS Runtime. For 100.13.1 the version of Expat library has been updated to 2.4.6. Expat is a 3rd-party library used by ArcGIS Runtime to provide…
-
Add functionality to input an NTRIP server
What would be really nice to better support applications using external GPS units would be an ability to input information about an NTRIP server so that corrections could be done within an application instead of requiring a separate application be running to do the corrections Thanks