I am looking for a programmatic way to find the date of satellite images for any given coordinate (i.e. latitude, longitude). I have read through Google's documentation, but I have only been able to find date information for their StreetView (google.maps.StreetViewPanoramaData.imageDate
). Nothing about date information for the satellite images.
In the Google Earth desktop application, when viewing a specific coordinate location, the image's date is presented at the bottom of the screen. So, the date is there, it is just a matter of whether or not Google makes it programmatically accessible.
Could someone suggest a way by which I can programmatically access the date of the Google Maps satellite images?