Virtual Tour 360 - Google Maps

4

I've done some map integrations with the Google Maps API for JavaScript on some clients, so I've noticed that map types conforming to documentation of basic maps are as follows:

  • roadmap - Displays the default path map. This is the default map type.
  • satellite - Displays Google Earth satellite images.
  • hybrid - Displays a combination of normal and satellite views.
  • terrain - Displays a physical map based on terrain information.

In this site I found several companies that already have their 360º images in Google Maps, someone could give me an example of JavaScript code to integrate this 360 ° Tour of a company into a web page?

Thank you.

    
asked by anonymous 26.10.2017 / 14:47

1 answer

-1

I believe documentation has increased over Google Maps Street View. Now there are concrete examples in the documentation.

Here you can check out the main page on this topic in the documentation, and here for a concrete example.

    
07.10.2018 / 19:12