| Bug ID Number |
BUG-000141551 |
| Submitted | July 19, 2021 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Runtime SDK |
| Version found | 100.11 |
| Operating System | Android |
| Operating System Version | 10.x |
| Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
When working with a large number ArcGIS feature instances, to ensure a deterministic and timely release of resources, there is a close method on ArcGIS Feature since version 100.6: https://developers.arcgis.com/android/api-reference/reference/com/esri/arcgisruntime/data/ArcGISFeature.html#close()
The feature instance can be closed if it is no longer being used to free resources.
Workaround
Query smaller feature sets.
Steps to Reproduce