Open stefanocudini opened 10 years ago
I think this is related to this API: https://developers.google.com/maps/documentation/javascript/streetview
As far as I can see this module do not provide it yet. But it would be a good addition in my opinion. At the moment I am heavily refactoring this library in order to overcome some issues other users already reported. Once that is done I think we can add it.
I'm not sure it's exactly the same thing stefanocudini asked, but is there a way to "jump" or "move" to the closest streetview point from the one you're currently on, towards one of the two ways the road goes? wanted to know if I can automate via code the "arrow" clicking when you normally unse streetview on google and save a series of static images like a "walk sequence".
Thanks!
yes @niguloto it's the same question!
@fabriziomoscon now it's possible? :)
There are differences between the server side node.js Google Maps library and the client JavaScript library.
The reference for server side street view is here: https://developers.google.com/maps/documentation/streetview/
and I don't see any implementation for getPanoramaByLocation()
This library strictly implements server side calls. Please refer to the first part of the readme to see the related documentations of what is currently possible.
In this package has been implemented the function getPanoramaByLocation with callback..???
I don't understand the parameters sequence :-(
I would like to get this, for search nearest streetview by location