如何在 MapView 中重新定位内置缩放控件?
我需要将 MapView 的内置缩放控件放置到与默认位置不同的位置。 虽然使用 getZoomControls() 方法很容易做到,但该方法在最近的 API 版本中已被弃用。
有谁知道如何不调用 getZoomControls() 来做到这一点?
I need to place built-in zoom controls of MapView into position different from the default position.
While it's easy to do using getZoomControls() method, this method is deprecated in recent API versions.
Does anyone has idea how to do this without calling getZoomControls()?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我对此有一个答案。我设法用此代码将其重新定位在左下角而不是中间
I have an answer to this. I managed to reposition it with this code in the bottom left corner instead of in the middle
除非你正确排序你的调用,否则这个东西不会起作用。这对我有用。
支持@ludwigm,这是唯一对我有用的答案。谢谢。
This thing does not work unless you sequence your calls correctly. This worked for me.
Upvote for @ludwigm, the only answer that worked for me. Thanks.