使用 API 键在 Google 静态地图中缩小图像大小

Image size is reduced in Google Static Map using API key

我的 Google 静态地图图像大小也使用 API 键缩小为 640x400 像素。 通过 official docs,当您使用 API 键时,google 应该启用 2048px 宽度的图像大小。 我当前的图片 src 标签是 https://maps.googleapis.com/maps/api/staticmap?center=Berkeley,CA&size=2048x400&zoom=14&key=AIzaSyDtQgHRpKBnlCfmlFyIKhliytfCb9tHgJY (我将重新生成 API 密钥,您可以用于测试目的)

有人知道我做错了什么吗?谢谢。

可能的大小不取决于密钥的用途,它取决于使用的许可证。

您需要 Google Maps API for Work-许可证才能获得所需的图像。

来自the documentation

API                         scale=1     scale=2     scale=4
Free                        640x640     640x640     Not available.
                                        (returns 
                                        1280x1280 
                                        pixels) 

Google Maps API for Work    2048x2048   1024x1024   512x512 
                                        (returns    (returns 
                                        2048x2048   2048x2048 
                                        pixels)     pixels)