问题标签 [mkpointannotation]
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 - 在 Swift 中使用自定义点注释的错误
我正在使用包含图像的自定义点注释。我收到了几个错误,例如“计算属性必须具有显式类型”和“带有 getter/setter 的变量不能具有初始值”和 var 注释行。如果我修复另一个弹出。有谁知道如何在 Swift 3 中实现这一点?
这是自定义点类:
swift - How do I update an MKPointAnnotation image after downloading the right image?
I have a bunch of annotations on a map, which all have a custom photos. Some of the photos may not be downloaded to the application yet from Firebase, so if they do not the image available, it defaults to a white circle image and initiates a download. When the download completes, it does not set the new image. How can I go about this?
Heres some code:
#xA;As you can see, it first looks to if the photo object contains an image. If it doesn't, it looks in the documents directory for that image. If its not there, it will finally download it. Any suggestions?
ios - 如何让 Apple Maps App(不是 MapKit)添加注释?
向应用程序内的 MapKit 视图添加注释非常容易。
但是你到底是怎么让地图应用程序添加注释的呢?
以下是如何将地图应用程序打开到某个地址..
太好了 - 但是你到底是如何将 a 传递MKPointAnnotation
给实际的 Maps 应用程序的呢?
(再一次 - 在您自己的应用程序内的地图视图上添加 MKPointAnnotation 很容易。)
有任何想法吗?真的可以吗??
ios - Swift 3 - MKPointAnnotation 自定义图像
这是我的代码,我想添加一个自定义图钉(.png 文件)而不是红色图钉。我尝试使用 MKPinAnnotationView 和 MKAnnotationView 但我无法添加坐标、字幕和标题。我是 iOS 开发的新手。
ios - 在 MapKit 中传递信息
我在字典中有 POI:
我有添加注释的功能:
还有一个标注功能:
那么,在警报行动中,我需要 POI 字典中的 _id 来获取特定(点击)引脚吗?
谢谢
swift - 自定义注释图钉
我想自定义我的注释(图钉),以便能够更改其图像。我使用了一个函数(mapview)来改变图片,所以不知道是否应该再次使用它来改变另一组引脚的图片;假设我有两个地点,一个餐厅和一个医院,所以我想分别放一个盘子和一个红十字。这是我的功能代码:
ios - 在不更改用户位置图像的情况下将图像添加到 MKPointAnnotation
我正在使用此代码将图像添加到 MKPointAnnotation。
但它也显示了用户位置的自定义图像。用户位置的圆形波浪动画也消失了。
有没有办法在不更改用户位置图像和动画的情况下将图像添加到 MKPointAnnotation?
ios - 使用 MKPointAnnotation 自定义注释
这就是我想要做的:
对将填充地图的所有位置使用单个自定义注释。我将自定义图像保存在资产中,但无法使其工作。
我的代码如下:
对将填充地图的所有位置使用单个自定义注释。我将自定义图像保存在资产中,但无法正常工作(viewDidLoad 中的详细信息)
ios - MKPointAnnotation() - 传递一些信息的标注
注释显示在我的地图中,但我无法添加标注。我打算使用标注将 label.text 更改为同一 ViewController 中注释的标题。
例如,我尝试了这个,但我缺少什么让它工作。
我希望有人可以帮助我,因为这个问题我可以用 stackoverflow 或 youtube 解决所有问题,但我现在正在尝试几个小时:(