Search code examples
google-mapsgoogle-maps-static-api

Can Google Static Maps send back a 3d map/image


I know Google Static Maps can send back a .png map of specified location when I make a specific HTTP request.

But can it send back a 3d/Photographic map when I make a HTTP request?

By 3d I mean an image like Google Earth

For example, in the following HTTP request is there a query string key I should/can use to specify that I want a 3d map returned?

http://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=600x300&maptype=3d


Solution

  • The answer is no, Google does not provide a static API to 3D Google Earth imagery.