问题标签 [mapkitannotation]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
67 浏览

ios - 使自定义注释可点击

我不明白如何使我的自定义地图注释可点击。

这是生成注释的代码:

这将导致以下视图:

在此处输入图像描述

但是,当我单击注释或添加在顶部的图像时,什么也没有发生。我希望它会使用打印 1、2 或 3 的方法之一。

0 投票
1 回答
641 浏览

ios - 拖动时更新 MKPointAnnotation 对象

我想知道如何annotation在拖动标题时更新标题,因为所有annotation属性都是get唯一的。

我尝试过的代码:

0 投票
1 回答
151 浏览

ios - iOS 9: MapView with multiple Annotations inside a UITableViewCell

Context: I am working on a TableView which contains many different cells: One of them should contain a MapView with multiple annotations in it.

What I have got so far:

and inside of cellForRowAtIndexPath:

And here is my problem:

When I load the TableViewControllerfor the first time... It works like a charm... But if I go back to the previous View and segue again to the TableViewController it doesn't work. I have tried to NSLog everything but the outputs are the same, so mapPinForAddress gets called everytime.

Does anyone have some hints or maybe some code?

0 投票
1 回答
2810 浏览

ios - 如何从iOS中的默认注释Mapkit中获取位置名称

如何从 iOS 中 Mapkit 的默认位置点获取位置名称。

我想点击它(ex.Swiss Hotel)并在 Swift 中获得名字

在此处输入图像描述

0 投票
0 回答
43 浏览

crash - 应用程序冻结然后在所有 iPhone 上崩溃,但在模拟器上运行

这个 json 通过获取美国的州和城市并在带有标记的地图上显示它以及地址和餐厅名称来加载餐厅。此应用程序可在模拟器上运行,但在搜索餐厅时无法在 iPhone 和 iPod 上运行。

0 投票
1 回答
97 浏览

cocoa-touch - MapKit 自定义注释视图导致崩溃

我创建了一个显示数字的自定义 AnotaionView。

导致最大问题的代码似乎在布局中。

它不断崩溃,给了我一个令人费解的堆栈......

0 投票
1 回答
2061 浏览

ios - MapKit注释如何添加详细信息披露信息按钮?

我正在放置地图,单击图钉后,右侧annotation应该有一个,因此我可以在点击按钮后添加更多代码。detail disclosure info button但是当我运行项目时,点击图钉,没有info button出现。任何人都可以提供要添加的代码disclosure info button吗?

我期待右侧的信息按钮:在此处输入图像描述

我的代码:

0 投票
1 回答
552 浏览

ios - iOS MapKit - 检测地图何时完全放大?

所以我正在使用一个聚类库来对注释进行分组,并且有一个小错误,当地图完全放大时,一些非常接近的注释可能会出现分组。作为一个框架,我不能直接做很多事情但是如果地图完全放大,我可以禁用所有分组。问题是我无法找到可靠的方法来做到这一点。

这是我的regionDidChangeAnimated代码,理想情况下,我想检查地图是否完全放大(到无法再放大的程度)。

我已经尝试检查该mapView.region.span属性,但我确信这会根据屏幕大小等而改变......

有什么建议么?提前致谢。

0 投票
1 回答
295 浏览

swift2 - 使用 Swift 2 进行地图聚类

我在 MapKit 中寻找聚类标记,所以我找到了这个库:FBAnnotationClusteringSwift 可以满足 我的需求。

但它适用于 swift 3。任何人都可以为 swift 2 找到相同的库。

谢谢。

0 投票
1 回答
88 浏览

ios - iOS MapKit 注释未全部添加

在我的应用程序中,我从 Parse 查询中获取纬度和经度以及其他一些数据。但是,只添加了大约 100 个注释,而应该有 156 个。我在控制台中验证它正在获取地图上缺失部分的坐标,它只是没有为它们添加注释。我错过了一些明显的东西吗?