We experience a problem with Google Street View. We want to move there using API. So, let's say, initially we load certain panoramic view. Then, we move forward for a few meters and want to load everything again with the new coordinates. What we observe is that several images are loading very slow and the result is a piece-meal panorama - with some images new, some old and some in process of being loaded.
Is there any way to optimize that process? For example, can we pre-load images in Street View? Or, can we implement the same technique that Google Street View app is using - when the entire panorama is blurred while we are moving and then loads everything together?
This is function we use:
panorama.setPano(markerPanoID);
panorama.setPov({
heading: me.heading,
zoom:1,
pitch:0
});