如何在 Google 静态 API 收到的 google 地图中将默认标记设置为基于经纬度的位置?

How to set a default marker to the location based lat and long in google map received by Google Static API?

我想要 google 带有默认标记的地图图像,如下所示。

但是,它是用马克笔赤身裸体的。点击下方link

https://maps.googleapis.com/maps/api/staticmap?center=28.6086154,77.3566754&zoom=14&markers=color:blue&size=500x250&key=AIzaSyBGgk9wdUHO6GvIoHu0w8OJtPIOwq6EGYI

如何将标记设置为与上一张照片相同?

您可以将标记的颜色设置为red,并在末尾添加标记位置。这是一个静态地图 API 网络请求以供参考:

https://maps.googleapis.com/maps/api/staticmap?center=28.6086154,77.3566754&zoom=14&size=500x250&maptype=roadmap&markers=color:red%7C28.6086154,77.3566754&key=YOUR_API_KEY

可在此处找到更多信息: