gpt4 book ai didi

google-maps-markers - 如何自定义google map iOS SDK的InfoWindow?

转载 作者:行者123 更新时间:2023-12-03 23:55:35 25 4
gpt4 key购买 nike

我想改变 google map iOS SDK 的 InfoWindow 的宽度。有什么办法吗?

我想要这样做的原因是在 InfoWindow 中显示完整的地址。除了自定义 InfoWindow,还有其他方法吗?

另外,我可以更改 InfoWindow 中的文本大小吗?

至少,我想实现这样的 map 效果: http://www.google.com/about/company/facts/locations/也可以应用超链接。

最佳答案

将 map delegate设置为 View Controller ,然后实现google maps的delegate方法

-(UIView *)mapView:(GMSMapView *) aMapView markerInfoWindow:(GMSMarker*) marker
{
UIView *view = [[UIView alloc]init];
//customize the UIView, for example, in your case, add a UILabel as the subview of the view
return view;
}

关于google-maps-markers - 如何自定义google map iOS SDK的InfoWindow?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15177712/

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