14 Sept 2024, 17:41

@King-06 In essence, the MyRouteApp opens the streetview using some parameters like latitude and longitude. How else would google know which location to show, right?

Now, to make my suggestion work, all MyRouteApp has to do, is to also provide the heading parameter when opening streetview, just like they do the other parameters.

If you're interested to learn more details, check out the documentation and find the 'heading' paramter: https://developers.google.com/maps/documentation/javascript/streetview#StreetViewLocation

Technically, this is a relatively simple change to make and it can be done by MyRouteApp without any need for action on the Google side.