gpt4 book ai didi

ios - 如何使用swift更改谷歌地图中我的位置按钮的位置

转载 作者:IT王子 更新时间:2023-10-29 08:13:50 26 4
gpt4 key购买 nike

my location button

我在我的项目中使用谷歌地图我想显示我的位置按钮我应该如何使用 swift 做到这一点

最佳答案

您可以更改 MapControls 的位置通过为您的 map View 设置填充。

 let mapView = GMSMapView()

mapView.isMyLocationEnabled = true
mapView.settings.myLocationButton = true

mapView.padding = UIEdgeInsets(top: 0, left: 0, bottom: 50, right: 50)

它将更改我的位置控件的填充。从底部 50px 到右侧 50px

引用下面的屏幕截图,它从底部和右侧添加了 50px 的填充。

enter image description here

关于ios - 如何使用swift更改谷歌地图中我的位置按钮的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44777652/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com