Blazor Maps Example - Bing Maps Integration
This sample displays the Bing Maps in various formats, including a road view, an aerial view, and an aerial view with labels.
Note:
- Please use the development or testing key.
- The key entered here is used only for testing this feature from your side. We will not upload it to any server or use it for any other purposes.
In this example, you can see how to configure and render the Bing Maps. The Bing Maps is rendered by specifying the appropriate URL in the UrlTemplate of the MapsLayer.
To view the Bing Maps, enter either the development key or the trail key and click the "GO" button. As a result, the key will be appended to the URL specified in the MapsLayer's UrlTemplate, and the appropriate Bing Maps will be rendered.
More information about Bing Maps can be found in this documentation section.