问题标签 [wkinterfacemap]
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 - 如何在 MapRect 上的 WKInterfaceMap 中设置图像覆盖
我正在尝试WKInterfaceMap
在Watchkit
. 在使用 MKMapView 的 iOS 中,我可以将图像叠加添加为:
我有两个自定义类ImageOverlay
&ImageOverlayRenderer
图像叠加渲染器
这就是我使用这些类来渲染叠加层的方式:
MKMapView 委托将其绘制为:
这完美地在我设定的坐标上绘制图像!我的问题是:
如何使用这种技术或类似的东西在WatchKit WKInterfaceMap
. 根据我对 SO 线程、谷歌搜索和 Apple 文档的研究,WKInterfaceMap
我们可以在特定location
的centerOffSet
. 我必须在一个地区(比如美国)上添加叠加层。请让我知道这在Watch OS
当前环境中是否可行。
任何想法或方向将不胜感激。