|
POST
|
You're most likely hitting a max-path issue with Windows. The quick fix is to place your source code in a folder close to the root to avoid this, or look into some of the Windows settings to better handle long path filenames: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#registry-setting-to-enable-long-paths For what it's worth we agree the filenames has gotten a bit long, so in the next major update we've significantly reduced the filepath length, so it'll be much less likely that you'll hit this Windows limitation.
... View more
03-19-2026
06:03 PM
|
2
|
1
|
337
|
|
POST
|
Thank you for reporting this. We are aware of this issue and already have a fix in place for the upcoming release.
... View more
03-19-2026
10:53 AM
|
0
|
0
|
158
|
|
POST
|
> Parsing the entire Map object seems excessive You don't need to parse everything. Only the bits you're interested in. The problem with Unknown/Unsupported json is that each release what is unknown/unsupported might change, as more and more things gets known or supported, so you can't really rely on the values when you upgrade. Another downside is that it didn't really fully support a full json tree structure, so it was already somewhat limited. While we considered exposing the full set of traversable JSON objects in the API, all the native maps SDKs already provide great JSON support out of the box (like System.Text.Json), so we decided to just give you full access to all the JSON and let the platform APIs do the work.
... View more
03-09-2026
09:44 AM
|
0
|
0
|
343
|
|
POST
|
Update: A fix has been made, and will be available in the next release. Thank you for reporting this.
... View more
03-03-2026
04:41 PM
|
1
|
0
|
393
|
|
POST
|
Nice find. I'm able to repro the issue and logged an issue for us to investigate and fix.
... View more
03-02-2026
10:11 AM
|
0
|
1
|
416
|
|
POST
|
When you say significantly, how much are we talking? There is an animation happening on each location update to make the moving smooth, which means it can be up to one second behind, but never more. Are you seeing more delay than this?
... View more
02-23-2026
09:49 AM
|
0
|
1
|
309
|
|
POST
|
I do see our bug fix history that something like this was fixed. Are you still seeing this with 200.8.0 ?
... View more
01-07-2026
09:53 AM
|
0
|
2
|
192
|
|
POST
|
You can use geometry engines’ buffer method to do so: https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.GeometryEngine.Buffer.html just buffer a point that is in the same spatial reference as the map and it will be perfectly round. If you want perfectly round in the real world (which would likely look distorted in the map, use the BufferGeodesic method instead) https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.GeometryEngine.Buffer.html
... View more
12-28-2025
08:04 AM
|
0
|
0
|
547
|
|
POST
|
Yup this is the way. The API fully supports rendering it, but there's not yet a public API for programmatically setting it.
... View more
12-19-2025
09:51 AM
|
1
|
1
|
516
|
|
POST
|
See this blogpost: https://www.esri.com/arcgis-blog/products/developers/developers/create-a-mobile-style-for-native-apps
... View more
12-04-2025
09:10 AM
|
1
|
0
|
634
|
|
POST
|
The required libraries will be deployed with the publish command. The only other pre-requisite you need is the VCLibs, which most likely is already on your system. See https://developers.arcgis.com/net/license-and-deployment/deployment/#define-arcgis-components-to-deploy for more details.
... View more
12-04-2025
08:54 AM
|
0
|
0
|
411
|
|
POST
|
Thanks for pointing out this error in our doc. The correct minimum is 17.12. I'll make sure that gets fixed.
... View more
12-01-2025
08:56 AM
|
0
|
0
|
1499
|
|
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
|
680
|
|
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
|
924
|
|
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
|
1027
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 12-19-2025 09:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-27-2026
10:15 AM
|