如何在android MapView上显示静态谷歌地图?

How to display static google map on android MapView?

提问人:Urvish Stack 提问时间:11/7/2023 更新时间:11/7/2023 访问量:35

问:

那里

我在使用 Google Map SDK 时遇到了静态地图 URL 的问题。

静态 URL

https://maps.googleapis.com/maps/api/staticmap?size=400x275&key=MY_API_KEY&maptype=roadmap&scale=2&markers=color:red%7C51.501656&, & -0.212306

要求

  • 我需要显示此 URL 而不是Google MapImageView
  • 用户可以放大、缩小、移动地图和其他操作,可以在 上 ,而不是 在Google Map SDKImageView

在 Web 上输出

需要相同的输出Android Platform

enter image description here

请告诉我如何将其集成到 .你能帮我吗?Android Platform

Android Kotlin 谷歌地图 网址 静态

评论

0赞 gtxtreme 11/7/2023
您是否尝试查看 SDK 文档?developers.google.com/maps/documentation/android-sdk/overview
0赞 Urvish Stack 11/7/2023
@gtxtreme是的,但我需要设置我在上述问题中给出的图像。图像是从网络上拍摄的,我没有从任何文档中获得成功
0赞 gtxtreme 11/7/2023
你应该发布你到目前为止所做的任何事情,然后我可以根据这一点提出一些建议
0赞 Urvish Stack 11/7/2023
@gtxtreme很抱歉,但我尝试将该 URL 设置为 ImageView,因为所有这些文档
0赞 gtxtreme 11/7/2023
这是行不通的,您必须使用Maps SDK为上述坐标设置位置

答: 暂无答案