Streetside is not a map style for the UWP map control (MapStyles are just the coloring of a given map mode).
See the code sample here for how to display a streetside view in the UWP map control.
https://learn.microsoft.com/en-us/windows/uwp/maps-and-location/display-maps
Bing Maps Control MapStyle Streetside is missing
In C# UWP Bing Maps Control MapStyle Streetside is missing
Code Example:
MyMap.Style = MapStyle.Streetside
4 answers
Sort by: Most helpful
-
Duncan Lawler - MSFT 571 Reputation points Microsoft Employee
2022-12-12T19:33:44.957+00:00 -
Juergen Schmidt 1 Reputation point
2022-12-13T07:32:15.433+00:00 I added Streetside to the map control by double click to a road on the map.
Streetside take the geoposition (lat lon) from the double klicked position in the map.
This works fine. But the user can´t see if the road has streedside available.
So the goal ist to give the road a different color if streetside is available before streetside is activated.
I saw this on an other app (called Karten/Maps) in the MS Store. So it should be possible, but i can´t find a dokumentation to activate it. -
Duncan Lawler - MSFT 571 Reputation points Microsoft Employee
2022-12-13T16:44:59.85+00:00 There is a raster tile set available which shows streetside coverage and can be overlaid on the map, but it's not currently documented. You can see it in use in the Windows map application.
-
Juergen Schmidt 1 Reputation point
2022-12-22T08:29:21.71+00:00 From where do i get the streetside coverage data ?