gpt4 book ai didi

ios - 适用于 iOS 的自定义 Google map 标记 (GMSMarker)

转载 作者:行者123 更新时间:2023-12-01 17:51:43 30 4
gpt4 key购买 nike

我正在尝试为 Google Map 创建一个自定义标记,但我的代码给了我一个奇怪的空间 View ,如下图所示:

那个白色的观点是什么?如何删除它?应该只有红色的!

-(UIView *)mapView:(GMSMapView *)mapView markerInfoContents:(GMSMarker *)marker{
UIView *infoView = [UIView new];
infoView.frame = CGRectMake(0, 0, 290, 192);
// Setting the bg as red just to illustrate
infoView.backgroundColor = [UIColor redColor];
return infoView;
}

enter image description here

最佳答案

我可能有点生疏,但这不是错误的功能吗?

有一个 markerInfoWindow 和一个 markerInfoContents (您正在使用)。
窗口是整个东西,而内容是一个 View ,它将被放置在默认的信息窗口框架中

看看here

关于ios - 适用于 iOS 的自定义 Google map 标记 (GMSMarker),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28216176/

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