Google 地图静态与动态商业和建筑物视图

Google Map static vs Dynamic business and buildings view

我在尝试显示显示所有元素的静态地图时遇到问题

例如:

http://maps.googleapis.com/maps/api/staticmap?&zoom=18&size=640x640&markers=color:red|40.7191413,%20-73.9973273

在其中我看不到任何企业和建筑物。

如果我在 google 地图或任何其他显示动态地图的应用程序中以相同的缩放比例显示相同的地图 我可以查看它们。

例如:

https://www.google.it/maps/place/40%C2%B043%2709.1%22N+73%C2%B059%2751.0%22W/@40.7191413,-73.9973273,18z/data=!4m2!3m1!1s0x0:0x0

我已阅读此常见问题解答:

https://developers.google.com/maps/documentation/business/faq#no_pois 并尝试在此模式下应用它:

http://maps.googleapis.com/maps/api/staticmap?&zoom=18&size=640x640&markers=color:red|40.7191413,%20-73.9973273&style=feature:poi.business|element:all|visibility:on

但不起作用 我是静态地图的极限 o 什么?

与 Google 地图或地图 JavaScript API 相比,静态地图 API 通常显示较少的兴趣点。这是按预期工作的,因此很遗憾,您无法执行任何操作来显示更多 POI。

您可以考虑使用Google Maps Embed API,它可能更能满足您的需求。