Hi @PoissonChasseur ,
I might recommend you take a different tactic here that will help you understand the different experiences you are seeing. Both are powered by a tile service that only have tiles for specific levels. In the case of the static map, it stitches something together for you. In the case of the Bing Maps control, it builds a movable panorama to give an interactive experience. Please start with https://learn.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system and then https://learn.microsoft.com/en-us/bingmaps/articles/understanding-scale-and-resolution to see how zoom levels are managed. Lastly, imagery is different than vector maps so levels are only available from the height / density they are collected. For example Streetside is particularly quirky as it is essentially a travelling box at a single level https://learn.microsoft.com/en-us/bingmaps/articles/getting-streetside-tiles-from-imagery-metadata.
Once you understand that tiles power all of these experiences you can see how different APIs use them to get different experiences and that should clarify what you are seeing.
Sincerely,
IoTGirl
PS As you state you are "Capturing" our imagery, please note that our TOU prohibits caching our imagery or doing derivative works without a custom license (You can reach out to our licensing team through the Microsoft.com/maps). Please review these restrictions at https://www.microsoft.com/en-us/maps/product and should you need this data you can also license it directly from Vexcel ((Vexcel Imaging - Home of the UltraCam (vexcel-imaging.com)) without our restrictions.
Hi Ashok,
There seems to be confusion here introduced by the words "Manual" and "Automatic" These are different APIs and therefore behave differently "By Design".
The first is "Static Map API" https://learn.microsoft.com/en-us/bingmaps/rest-services/imagery/get-a-static-map the second is launching the consumer experience in the Web control. These are completely different experiences. In the first case a large image is being requested, in the second a control is being launched with a centerpoint request.
There is no issue as these are both "By Design" and in fact you can bridge the two and use the control to test for imagery availability as shown here: https://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk/checkbirdseyev2availability
Sincerely,
IoTGirl