We plan to create Google Cardboard for Google StreetView. Google has launched the Google Streetview API to capture images based on location and angle. If I use this API, I need to stitch images based on user movement. The user can watch the object 360 degrees horizontally and 180 degrees vertically. How to implement this based on the StreetView API and how often I need to make a request and how best to combine the images. Is there a way to use "com.google.android.gms.maps.StreetViewPanoramaView" directly inside com.google.vrtoolkit.cardboard.CardboardView? .. Thanks in Advance ..
source share