资产隐藏在带有 ArcGIS Runtime 地图标签的 Terrain 地图下 Xamarin.Forms

Assets are hiding under the map for Terrain with Labels with ArcGIS Runtime maps Xamarin.Forms

资产隐藏在带有标签的 Terrain 地图下 basemap.It 其他底图类型(例如 Streetvector)不会发生这种情况。 ArcGIS Runtime 100.13.0 和 Xamarin.Forms 5.0.0.2337 used.please 有助于解决该问题。

myMap.Basemap = Basemap.CreateTerrainWithLabelsVector();
myMap.OperationalLayers.Add(publicLayer);
featureLayer = new FeatureLayer(featureLayer);
await _featureLayer.LoadAsync();
myMap.OperationalLayers.Add(_featureLayer);
MyMapView.Map = myMap;

感谢您报告此事。事实证明,当从底图静态工厂方法创建时,Runtime SDK 中存在一个错误,我们将在下一个版本中解决这个底图。

Terrain with Labels 网络地图可以采用 Basemap Styles Enum and constructor, which uses metered basemaps and requires an API Key or other authentication, or you could create the basemap from a Portal Item (this is the Portal Item