We are excited to announce a new release to the ArcGIS Runtime SDK for Android v10.2.7. This is a bug fix release which includes the following issues addressed in our release notes.To apply this fix, update your build.gradle file with the following dependency:
我们非常高兴的宣布ArcGIS Runtime SDK for Android v10.2.7发布,这是一个bug修复版本,该版本解决的问题包括在发布说明的更新日志中。应用此修复,更新build.gradle文件,并设置以下依赖。
You can download the latest version of the SDK from our developers site. All of our samples have been updated to use the latest version and developer instructions on how to sync your local fork of the samples with our GitHub repository. We invite you to collaborate with the community and the Esri development team on GeoNet & our GitHub samples.
This topic describes the changes in version 10.2.7 of ArcGIS Runtime SDK for Android.
这个主题描述了ArcGIS Runtime SDK for Android 10.2.7的变化。
Issues addressed (问题解决)
BUG-000084945: Adding an offline geodatabase content to a map does not display the label of a feature class if the label is in the Chinese language.
解决离线geodatabase内容添加到地图上时不显示标签为中文标签的情况。
BUG-000089134: The Location Display Manager stops updating the phone's current location on the map if the accuracy of the incoming coordinate is much less accurate than the previous coordinate.
ENH-000090442: The geocode.arcgis.com service has new properties that enable developers to tailor suggest results to specific areas making suggest results more meaningful. Country code and location, geometry, and distance are now honored as suggest parameters.
BUG-000088984/BUG-000088511: This fix for the PortalInfo print service parsing allows a web map to open from an organization when the print service is not set as esri default on the org.
Some services have a casing mismatch between the field names used in the EditFieldsInfo returned from ArcGISFeatureLayer.getEditFieldsInfo() and the Fields JSON attribute, which is defined in the service's REST endpoint. A workaround for this mismatch is to correct the casing in your app code.
Advanced symbology doesn't support MIL-STD-2525C and APP-6(B) dictionaries installed on the same device. Work around this issue by setting the path of one of the resources explicitly, using the MessageProcessor constructor that allows you to set the symbol dictionary path.