Bing Maps Control MapStyle Streetside is missing

Juergen Schmidt 1 Reputation point
2022-12-11T03:49:11.597+00:00

In C# UWP Bing Maps Control MapStyle Streetside is missing

Code Example:
MyMap.Style = MapStyle.Streetside

Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
245 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Duncan Lawler - MSFT 486 Reputation points Microsoft Employee
    2022-12-12T19:33:44.957+00:00

    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

    1 person found this answer helpful.
    0 comments No comments

  2. 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.

    0 comments No comments

  3. Duncan Lawler - MSFT 486 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.

    0 comments No comments

  4. Juergen Schmidt 1 Reputation point
    2022-12-22T08:29:21.71+00:00

    From where do i get the streetside coverage data ?