I want to get some bird's eye images from google map for research purpose only. Given the center latitude/longitude and zoom level, I hope the API can return the corresponding image tile, just like Google Static Map API does. Following is an example of Google Static Map API and the returned map tile.
https://maps.googleapis.com/maps/api/staticmap?maptype=satellite¢er=37.530101,38.600062&zoom=14&size=640x400
image tile returned by above URL
My question is: Given the center latitude/longitude and zoom level, is there any Google Map API or approach that can return the Bird's eye image tile like the above Static Map API example?