Esri / arcgis-maps-sdk-dotnet-toolkit

Toolkit for ArcGIS Maps SDK for .NET
https://esri.github.io/arcgis-maps-sdk-dotnet-toolkit/
Apache License 2.0
218 stars 121 forks source link

TimeSlider:InitializeTimePropertiesAsync(MapView) does not initialize the timeslider. #207

Closed pMaske closed 2 years ago

pMaske commented 6 years ago

Initializing the timeslider using InitializeTimePropertiesAsync(GeoView) does not initialize the slider. TimeSlider's CurrentExtent is remains null. It appears to be partially working , in the sense the ticks and fulltime extent on slider got drawn , by explicitly calling LoadAsync on layers in Geoview but current extent was still remained null.

 //Intialize via MapView
MyTimeSlider.InitializeTimePropertiesAsync(MyMapView); //Not working

Platform : Xamarin iOS Nuget package used: https://ci.appveyor.com/project/DotNetRuntimeTeam/arcgis-toolkit-dotnet/build/artifacts

Test app: TimeSliderTest.zip

nCastle1 commented 2 years ago

Should be addressed by https://github.com/Esri/arcgis-toolkit-dotnet/pull/405