Panorama view

I saw that Javascript API V3 provides access to panoramic panorama data via StreetViewService ,

Is there an official API that provides the same access to street view data that can be accessed through the web services API? The Streetview Images API allows you to get static images, I am trying to get the actual panorama ids and other streetview information.

There is access to this panoramic data through informal methods. I hope there is a way to get this data through their official maps API in my node.js project.

+3


source to share


1 answer


Have you looked at the Street View API in JavaScript Maps API? Also, read the terms of service carefully to make sure you are trying to comply.



0


source







All Articles