|
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
Wednesday
|
0
|
0
|
9
|
|
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
2 weeks ago
|
0
|
0
|
197
|
|
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
3 weeks ago
|
1
|
1
|
171
|
|
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
|
237
|
|
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
|
189
|
|
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
|
670
|
|
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
|
283
|
|
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
|
336
|
|
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
|
264
|
|
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
|
558
|
|
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
|
614
|
|
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
|
448
|
|
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
|
483
|
|
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
|
281
|
|
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
|
395
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 12-04-2025 09:10 AM | |
| 1 | 12-01-2025 08:50 AM | |
| 1 | 11-17-2025 09:20 AM | |
| 1 | 11-14-2025 09:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|