|
POST
|
The maps sdk will utilize all CPU cores to make things as performant and responsive as possible. If you pan and zoom a lot, a lot of tiles could be downloaded and processed which can create spikes (especially on a fast internet connection). This is normal. On a slower PC it is still smart enough to know that if you already panned past a tile that didn't get a chance to get processed, and it'll skip it and move on. One thing to note though is to make sure you're not running in software rendering mode - that can often happen in remote desktop (except with .net9), WinForms embedding, or on some VMs or low-end GPUs and that'll put a lot more pressure on the CPU instead. If you want the most performance possible, WinUI uses a newer DirectX technology than WPF and integrates much better with Windows' rendering stack and is therefore able to squeeze out more rendering performance with less resources (and also suffers much less from the software rendering fallbacks mentioned above).
... View more
02-06-2025
02:36 PM
|
1
|
1
|
1254
|
|
POST
|
Sorry I meant trimming and not AoT. Remove the trimming you define here: https://github.com/julien-bertolini/WinUI-ArcGIS-TestApp/blob/4a2463e2825c656f95c212f939e7477c155fad95/WinUITestApp/WinUITestApp.csproj#L58 Our next release should support this better.
... View more
02-05-2025
01:16 PM
|
1
|
1
|
2235
|
|
POST
|
Do you have PublishAoT enabled? (200.6 doesn't support it - we'll have partial support for it in 200.7). Could you possibly share the project that crashes?
... View more
02-04-2025
02:31 PM
|
0
|
3
|
2282
|
|
POST
|
The Maps SDK for .NET does not support running in server contexts like azure functions both from a functional as well as licensing perspective.
... View more
02-03-2025
06:56 PM
|
1
|
0
|
1403
|
|
POST
|
There is no select built into the map. Any selection is done with your own code, so you can in that code clear selection before selecting a new feature.
... View more
02-03-2025
06:55 PM
|
0
|
0
|
657
|
|
POST
|
You can use the mapView.ShowCallout(...) method to show a tooltip style callout on click. You'll first use the Identify method to figure out what was clicked on, then show the tooltip for it.
... View more
02-03-2025
06:54 PM
|
0
|
0
|
622
|
|
POST
|
Thank you! Very helpful. Already looked at them and having a code owner of the specific area looking into it now.
... View more
01-27-2025
01:15 PM
|
0
|
2
|
2777
|
|
POST
|
Releases are 3 a year on roughly a 4 months cadence, so that puts the release around April. No specific to share yet, but it gives you an idea. We already support .NET 9 with 200.6, but 200.7 will require .NET 9 for iOS/Android/Maui only, since MAUI is dropping support for NET8 this spring. The rest will still be net8+.
... View more
01-15-2025
09:34 AM
|
2
|
4
|
2442
|
|
POST
|
That definitely indicates an issue with deployment and would also explain the above error. Do you happen to have a small simple project you can share that reproduces the issue? I wonder if it's some sort of project configuration issue.
... View more
01-10-2025
12:05 PM
|
0
|
1
|
3238
|
|
POST
|
That does indeed look like a crash deep in the native code. Do you have somewhat of a consistent reproducer? If so we might be able to tweak a few settings and collect a good crash dump to help investigate.
... View more
01-07-2025
09:16 AM
|
0
|
6
|
2907
|
|
POST
|
The maui dependency will automatically include the dependencies that gives you access to this. Here's a bit of code I was able to write in a blank maui app that adds just the Esri.ArcGISRuntime.Maui package:
... View more
12-19-2024
09:29 AM
|
0
|
1
|
4696
|
|
POST
|
No problem. You're fine to continue using the old ones until the next major release. The new classes are mostly there because we're working towards a common authentication codebase used across all the maps sdk platforms to improve consistency, faster improvements and only having to make fixes in one place (Swift and Kotlin SDKs already use it). That common underlying codebase is slightly different / modernized and we're building the design to match that before fully switching over in the next major release and removing the deprecated classes. So as long as you move over before that switch, you'll be fine.
... View more
12-19-2024
09:26 AM
|
1
|
0
|
1631
|
|
POST
|
Sorry we're still working on updating the doc and blog on this. For now, feel free to ask questions here. You can also look at the changes made for one of the demo apps here: https://github.com/Esri/arcgis-maps-sdk-dotnet-demos/commit/a9d97dbb60728af8515a165108c50d9ce3ae192e Bottom line is the change is just a simplification around how you register the OAuth configuration.
... View more
12-18-2024
02:12 PM
|
0
|
2
|
1647
|
|
POST
|
There property is in the namespace: `Esri.ArcGISRuntime.Controls.UI.SceneView` Make sure you place the code inside an #if __ANDROID__ section since the specific property is only available on the Android target.
... View more
12-18-2024
01:36 PM
|
0
|
3
|
1659
|
|
POST
|
We could probably improve that error message a bit to make it more clear. I'll put that in the backlog.
... View more
12-17-2024
10:07 AM
|
0
|
0
|
1274
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 05-11-2026 07:05 AM | |
| 2 | 03-19-2026 06:03 PM | |
| 1 | 03-03-2026 04:41 PM | |
| 1 | 02-26-2018 07:53 AM | |
| 1 | 02-26-2018 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|