user3001554
user3001554

Reputation: 1

Filter Street View by Image Capture Date

Is it possible to filter the Google street view or Bing Streetside view by Capture Date? Ideally I would be able to give a date interval and only see those streets highligted in blue that were captured during the requested interval? Even if the solution is not straight forward, I can implement it so long as it is scaleable.

Reviewed google documentation but can't find a way to implement this functionality. The closest I found is that there is a similar functionality in google earth but it is only for satelite view rather than street view

Upvotes: -2

Views: 285

Answers (1)

Dean Z
Dean Z

Reputation: 17

It's possible generate a list of the Street Views (blue lines) you published using the List function of the Street View Publish API. The list will include the capture date for each Street View (photosequence). You could then easily filter the list using the desired date range. You would need to add the map display yourself.

Upvotes: -1

Related Questions