Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经做了应用程序,我们可以在扩展应用程序中计算当前位置,我想在手表上显示它。这该怎么做?有一种方法只能用不同的颜色显示图钉。
如果您有可以- (void)addAnnotation (CLLocationCoordinate2D)location withImage:(UIImage *)image centerOffset:(CGPoint)offset在 WKInterfaceMap 上使用的位置坐标。传入第一个参数的位置,并传入一个 UIImage 来表示要为当前位置显示的图钉。您还需要确定并打电话setVisibleMapRect,以便地图显示位置。
- (void)addAnnotation (CLLocationCoordinate2D)location withImage:(UIImage *)image centerOffset:(CGPoint)offset
setVisibleMapRect