Lets say I request this image from the google static maps API
I get a 600px x 600px image centered at 52.591370,-2.110748. Given the center, the image size and the zoom level, how can I calculate the bounding box of the image in lat lng coordinates. More specifically, how can I calculate the lat/lng of the the bottom left corner and the top right corner.
I have done some research and looked at mercator projection but the articles keep mentioning tile size which is not relevant in this case.
Can anyone help ?