is there a way to open a virtual tour with google maps api v2 for Android? (something similar to this: https://www.google.com/maps/@37.772031,-122.432005,3a,75y,12.85h,79.63t/data=!3m5!1e1!3m3!1srR8mp3c5XZoAAAAGOphoBg!2e0!3e2 )
I would like to click on a place in a gmap and offer the possibility (among other informations) to open a virtual tour (even in a webview, but how can I create the above link?)
Photo Sphere is an Android camera feature that allows you to create immersive 360 degree panoramas - similar to Street View. You can take a series of photos and automatically turn them into a seamless 360 degree panorama. Then, you can easily share your photo sphere with Google Maps.
In order to have the Google maps displayed into your App, you should include it into your activity:
And also include to your code a marker for where you want to open your virtual tour:
Then update it to interact accordingly to the current position coordinates provided:
Once a Photo Sphere was made as an open format, anyone can create and view them on the web or on mobile devices, only having to use Panorama Class/Interface for that:
Which will allow you to have a Photo Sphere viewer as part of your App.