Blazor Maps Example - OpenStreetMap with Navigation Lines
This sample illustrates the flight route from Los Angeles to Mexico using navigation line in the OpenStreetMap.
In this example, you can see how to configure and render the OpenStreetMap with navigation line. The OpenStreetMap is rendered by specifying the appropriate URL in the UrlTemplate of the MapsLayer. The lines between two points in map can be rendered using MapsNavigationLine.
More information about OpenStreetMap with navigation line can be found in this documentation section.