I'm writing a Xamarin navigation application and looking at your sample code you have an xmlns of xmlns:resources="clr-namespace:Forms.Resources;assembly=ArcGISRuntime" and you have a component of ResponsiveFormContainer. What Ersi nuget package contains this? I can't find any documentation on it. I have created a navigation page very simular to your sample Xamarin.Forms NavigateRoute. I'm using the RouteTrackerDisplayLocationDataSource and the SimulatedLocationDataSource. I create the route and display it on my map fine. But when i start the navigation. I get the InputLocationChanged event on the RouteTrackerDisplayLocationDataSource . But the map never moves.
I just got this message
Esri.ArcGISRuntime.ArcGISRuntimeException
Message=Attempt to use an unlicensed extension: ArcGIS Runtime is not licensed to use Navigation.
I have my license set in the Xamarin app class right before
ArcGISRuntimeEnvironment.Initialize();