Esri/arcgis-maps-sdk-dotnet-samples

No styles are specified

zhongshuiyuan opened this issue · 2 comments

when I use arcgis runtime sdk .NET to do Network Analysis , I got "No styles are specified",what is wrong, help me

@zhongshuiyuan That error indicates the RouteParameters.DirectionsStyle property is not specified or invalid (https://developers.arcgis.com/net/latest/wpf/api-reference/html/P_Esri_ArcGISRuntime_Tasks_NetworkAnalysis_RouteParameters_DirectionsStyle.htm).

Note - this repo is for the sample code provided with ArcGIS Runtime SDK for .NET. For product questions please use Geonet.

No styles are specified errors when executing await RouteTaskCreateAsync. Before executing RouteTaskCreateAsync, it seems that DirectionsStyle can not be configured. If so, can you write detailed steps? I also asked questions in Geonet, but I haven't found a solution yet. Thank you very much.
error
@mbranscomb