In this sample, the Syncfusion Blazor Maps component displays online web map services via their APIs, with the main goal of providing additional customizations such as sublayers over actual layers, navigation lines, annotations, animations, and a few others. Globally there are many online web map services and in our component, the following online map services are available for preview as well as interactions. It includes:
- Visual Studio 2022
- Checkout this project to a location in your disk.
- Open the solution file using the Visual Studio 2022.
- Add the valid keys for the online map providers such as Bing, ESRI, Mapbox and TomTom in their respective tile server URLs set in the
UrlTemplate
property of the Maps. Replace Enter_Your_Valid_Key with your valid key in theUrlTemplate
property. - Restore the NuGet packages by rebuilding the solution.
- Run the project.