|
POST
|
The JSON symbols exported directly from Pro are not compatible with the native maps sdk. Instead you need to go through the publish process for mobile data, or create a mobile style file. That process will convert the character markers to vectors, so you won't rely on a font that isn't available on the system you're deploying to.
... View more
12-01-2025
08:50 AM
|
1
|
2
|
879
|
|
POST
|
Did you set the API Key? You either need to sign into ArcGIS Online first, or set an API key to access the new basemap services. See https://developers.arcgis.com/net/security-and-authentication/tutorials/implement-api-key-authentication/
... View more
12-01-2025
08:48 AM
|
0
|
0
|
1339
|
|
POST
|
Have you taken a look at the toolkit's measure tool? https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/v.next/src/Toolkit/Toolkit.UI.Controls/MeasureToolbar/MeasureToolbar.cs
... View more
11-21-2025
03:12 PM
|
0
|
1
|
1307
|
|
POST
|
Thae Native Maps SDK is a different SDK built from the ground up, so you'll find that APIs are different and located in other namespaces, and since it isn't COM you'll find much less use of interfaces, and more use of concrete classes. Some tasks might also be accomplished in a different way. You'll find the geometry related classes in the `Esri.ArcGISRuntime.Geometry` namespace.
... View more
11-17-2025
09:20 AM
|
1
|
2
|
1481
|
|
POST
|
You can find the doc for the equivalent SpatialReference class here: https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.SpatialReference.html
... View more
11-14-2025
09:10 AM
|
1
|
0
|
1537
|
|
POST
|
When you say they don't load, what load errors do you see? (observe the errors coming from LoadAsync, or just look in the debug output window where load errors should also be written)
... View more
11-10-2025
02:44 PM
|
0
|
2
|
1451
|
|
POST
|
You're missing the nuget package that contains the MapView. You will need to add one of the following nuget packages (depending on the UI framework you use): Esri.ArcGISRuntime.Wpf Esri.ArcGISRuntime.WinUI Esri.ArcGISRuntime.Maui Esri.ArcGISRuntime.UWP
... View more
11-06-2025
02:44 PM
|
0
|
0
|
1231
|
|
POST
|
If you put a try/catch around the SetLicense call, will you get a better exception in the catch? I've seen some issues with Microsoft not always handling un-caught exceptions that well
... View more
11-04-2025
09:57 AM
|
0
|
1
|
909
|
|
POST
|
Are you building for AnyCPU? Could you try explicitly building for x64 and turn off "Prefer 32-bit"? This changes the deployment of native libraries slightly which might improve the assembly loading.
... View more
11-04-2025
09:16 AM
|
0
|
0
|
1294
|
|
POST
|
Can you share the specific exception type, message and callstack?
... View more
11-04-2025
08:53 AM
|
0
|
0
|
915
|
|
POST
|
Are you experiencing any nuget restore errors? Wrt target framework, it needs to be either net8.0-windows10.0.19041, net9.0-ios18.0, net9.0-android35.0 or net9.0-maccatalyst18.0 or newer. Especially note .NET 9 if you are targeting .NET MAUI, since Microsoft no longer supports .NET 8 on MAUI, .NET 9 has been required since 200.7 for those targets.
... View more
11-04-2025
07:04 AM
|
0
|
1
|
1298
|
|
POST
|
The API Key is only needed to access arcgis online services (like for example the default basemap styles). If you don't use these, you don't need an API key. You will need a license key though, but a free lite-license is available which might or might not be enough for your scenario. See License and deployment | ArcGIS Maps SDK for .NET | Esri Developer for more info on that
... View more
11-04-2025
06:46 AM
|
1
|
1
|
792
|
|
POST
|
Are you able to try with 200.8 and see if that makes a difference? (even if you aren't able to permanently move to it, if there's a version it started working might help us narrow the issue down). A lot has changed in utility network support since 200.3
... View more
11-03-2025
08:58 AM
|
0
|
6
|
1317
|
|
POST
|
The back button should only show if you drill into sub-features like related features or utility network associations. If that's not the case, please log a bug in the toolkit repo.
... View more
10-21-2025
12:58 PM
|
1
|
0
|
763
|
|
POST
|
Take a look at FeatureCollectionLayer / FeatureCollection for in-memory feature tables as well as just creating your own on on-disk Geodatabase using Geodatabase.Create and CreateTableAsync. This will allow you to store data in feature tables that you can render using a feature layer and apply cluster rendering to using the FeatureReduction property. Having said that, GraphicsOverlay also supports FeatureReduction.
... View more
10-13-2025
08:19 AM
|
1
|
3
|
1503
|
| 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 |
yesterday
|