oneonetwo
oneonetwo

Reputation: 97

Google Street View Image Date

Is there a way to access the date an image on Google Street View was taken? This was presented on the webpage on previous iterations, but now appears to be gone. This data doesn't appear to be accessible via the Google Street View API.

Upvotes: 4

Views: 2127

Answers (1)

Dr.Molle
Dr.Molle

Reputation: 117364

These details may be accessed via the StreetViewService of the Maps-JS-API.

The returned StreetViewPanoramaData contains a property imageDate with the desired information.

Upvotes: 2

Related Questions