Skip to content

Tag: google-street-view

How can I get a random streetview location?

I am trying to write a JavaScript web application that allows me to get a random location that has Google Street-view information. The first step I took was to create a random latitude and longitude location, however as the Earth is mostly ocean, I ended up there more often than not. I then tried to use the c…