问题标签 [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.
ios - 拖动时更新 MKPointAnnotation 对象
我想知道如何annotation
在拖动标题时更新标题,因为所有annotation
属性都是get
唯一的。
我尝试过的代码:
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 TableViewController
for 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?
crash - 应用程序冻结然后在所有 iPhone 上崩溃,但在模拟器上运行
这个 json 通过获取美国的州和城市并在带有标记的地图上显示它以及地址和餐厅名称来加载餐厅。此应用程序可在模拟器上运行,但在搜索餐厅时无法在 iPhone 和 iPod 上运行。
cocoa-touch - MapKit 自定义注释视图导致崩溃
我创建了一个显示数字的自定义 AnotaionView。
导致最大问题的代码似乎在布局中。
它不断崩溃,给了我一个令人费解的堆栈......
ios - iOS MapKit - 检测地图何时完全放大?
所以我正在使用一个聚类库来对注释进行分组,并且有一个小错误,当地图完全放大时,一些非常接近的注释可能会出现分组。作为一个框架,我不能直接做很多事情但是如果地图完全放大,我可以禁用所有分组。问题是我无法找到可靠的方法来做到这一点。
这是我的regionDidChangeAnimated
代码,理想情况下,我想检查地图是否完全放大(到无法再放大的程度)。
我已经尝试检查该mapView.region.span
属性,但我确信这会根据屏幕大小等而改变......
有什么建议么?提前致谢。
swift2 - 使用 Swift 2 进行地图聚类
我在 MapKit 中寻找聚类标记,所以我找到了这个库:FBAnnotationClusteringSwift 可以满足 我的需求。
但它适用于 swift 3。任何人都可以为 swift 2 找到相同的库。
谢谢。
ios - iOS MapKit 注释未全部添加
在我的应用程序中,我从 Parse 查询中获取纬度和经度以及其他一些数据。但是,只添加了大约 100 个注释,而应该有 156 个。我在控制台中验证它正在获取地图上缺失部分的坐标,它只是没有为它们添加注释。我错过了一些明显的东西吗?