I am looking for a software way to find the date of satellite images for any given coordinate (i.e. latitude, longitude). I read the Google documentation, but I managed to find the date information for my StreetView ( google.maps.StreetViewPanoramaData.imageDate). Nothing about date information for satellite images.
In the Google Earth desktop application, when viewing a specific coordinate location, the image date is displayed at the bottom of the screen. So, the date exists, the point is whether Google really makes it available for programming.
Can someone suggest a way by which I can programmatically access the date of satellite images of Google Maps?
vinit source
share