|
POST
|
@mfeingol we have seen issues with samsung devices, it is pretty common and you are right the issues are usually around lifecycle, pulse/resume. We are adding some fixes around this area in upcoming 300.1 release releasing in about 2 weeks. You could: - Wait and re-try with 300.1 - or send us a reproducer using a vanilla app, not using any custom tiled layer implementation.
... View more
3 weeks ago
|
0
|
0
|
75
|
|
POST
|
Could you provide some more info - Android OS version - Android device Did you try on multiple devices? The problem could be specific to a device, we have seen similar issues in the past and found problem is often times specific to a device/model.
... View more
3 weeks ago
|
0
|
1
|
114
|
|
POST
|
Hi @JBuchanan , I tried to reproduce and was able to. Looks like something regressed or changed over the period. It should work. I have logged a bug for us to look into this further. Thanks for bringing this to our attention. Thanks, Preeti
... View more
02-25-2026
11:04 AM
|
0
|
0
|
919
|
|
POST
|
@imbachb , team spent some time to repro the issue. We have been able to see the differences as you reported. We can see clear differences between Static and Dynamic rendering and how some properties are getting ignored. I don't have a clear answer as to where the problem is and why but I wanted to follow up on this and let you know that we are digging into this to find where the problem is. I appreciate your patience as we troubleshoot this further. I will reach out to you if I have any further questions. BTW, are you forcing some where in you app to render in Dynamic code. I didn't see anything explicit but still wanted to double check. I will keep you posted as we make progress on this. Thanks, Preeti
... View more
12-16-2025
05:55 PM
|
0
|
1
|
1587
|
|
POST
|
My bad, this fell off my radar. I will try and let you know by Monday what I find by testing your sample.
... View more
12-11-2025
06:04 PM
|
0
|
0
|
1642
|
|
POST
|
Hello @imbachb , Are you able to share a repro MMPK that is configured with this symbology? Happy to take a closer look to understand the problem. For clarification, is the issue with the size of dashes , or gaps between dashes and J marker or label placement of the label marker ?
... View more
10-15-2025
10:15 AM
|
0
|
2
|
1904
|
|
POST
|
Current ArcGIS Maps SDK for Native apps does not have a PrintTask. However you can export the map contents as an image via this API call. https://developers.arcgis.com/net/api-reference/api/net/Maui/Esri.ArcGISRuntime.Maui.GeoView.ExportImageAsync.html.
... View more
10-02-2025
12:25 PM
|
0
|
2
|
653
|
|
POST
|
Here is the detailed blog post that explain usage of new auth APIs and how to best use them https://www.esri.com/arcgis-blog/products/sdk-net/developers/new-auth-apis-for-dotnet-sdk Please give this a read, especially `Configuring OAuth` section that particularly talks about OAuth. For OAuth app authentication, pass client ID and client secret directly to OAuthApplicationCredential.CreateAsync. Hope this helps, Thanks
... View more
09-23-2025
09:51 AM
|
0
|
0
|
1836
|
|
POST
|
Hi, Can you please retest this with latest version (200.8) of Maps SDK for .NET. We tested this recently and were unable to reproduce the problem.
... View more
09-10-2025
03:31 PM
|
0
|
0
|
467
|
|
POST
|
Thanks for the code, I guess you might be running into following issue, which we have identified as bug and plan to fix in Nov release. https://community.esri.com/t5/net-maps-sdk-questions/issue-with-identifygraphicsoverlayasync-and/m-p/1622617 The workaround is to not pass maximumresults parameter value. Please try removing that and let me know if this fixes the issue for you.
... View more
09-05-2025
10:52 AM
|
0
|
1
|
1959
|
|
POST
|
This exact feature is on our priority list for April 2026 release and is planned to be a toolkit component that you can simply add to your app. It is somewhat a complicated feature because of different backgrounding capabilities on platforms supported by .NET Maps SDK. BTW, What platform are you trying to build this feature on ? Can you also elaborate the workflow so we can take it into account when we are building this tool. Thanks, Preeti
... View more
09-04-2025
04:44 PM
|
2
|
2
|
1605
|
|
POST
|
Yes, we have a great sample on popup viewer our .NET toolkit repo that does exactly what you want https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/main/src/Samples/Toolkit.SampleApp.WPF/Samples/PopupViewer/PopupViewerSample.xaml.cs#L29-L121 Just add another case for AggergateGeoElement after https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/blob/main/src/Samples/Toolkit.SampleApp.WPF/Samples/PopupViewer/PopupViewerSample.xaml.cs#L62 ``` if (popup.GeoElement is AggregateGeoElement aggregateGeoElement) { return new Popup(aggregateGeoElement, popup.PopupDefinition); } ``` and that should do it. With code if you click on an indiviual feature or a cluster, popup will be displayed accordingly. Hope this helps.
... View more
09-03-2025
09:53 AM
|
0
|
4
|
2046
|
|
POST
|
If you have both aggregated geoelement and geoelements on the map you will have to tweak your identify code to account for displaying popup in both cases. Properties defined for AggregationFeatureReduction are independent of properties of FeatureLayer.
... View more
09-02-2025
12:40 PM
|
0
|
1
|
2084
|
|
POST
|
@LucaCastenetto , Thanks for reporting the issue. I am able to repro the problem. We will try to get this resolved in one of the near future releases. In the meantime, this can be workaround by not passing the maximumResults parameter to IdentifyGraphicsOverlay method. Thanks again, Preeti
... View more
06-11-2025
03:29 PM
|
1
|
1
|
947
|
|
POST
|
>Is this functionality supposed to be working in ESRI ArcGIS Runtime? ArcGIS Maps SDK for Native Apps currently does not support primitiveOverrides. There is some support to honor them but is limited to DictionaryRenderer using military standards like mil2525d etc. We already have this feature on priority list for near future release, but there isn't a definitive timeline yet. I will add your case to our internal issue and will keep you updated as we make progress on this feature.
... View more
04-14-2025
10:39 AM
|
1
|
0
|
1326
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-11-2025 03:29 PM | |
| 2 | 09-04-2025 04:44 PM | |
| 1 | 04-14-2025 10:39 AM | |
| 1 | 12-17-2024 01:28 PM | |
| 1 | 01-16-2025 02:56 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|