如何改变Skobblers(现在Scout)SKMaps for iOS中AccuracyCircle的颜色

时间:2015-01-17 17:41:32

标签: skmaps

我在我的应用程序中使用SKMaps,我设法通过更改SKMaps.bundle中的png文件来更改当前位置指示器的颜色(默认为蓝色)。现在我希望AccuracyCircle的颜色与我的自定义位置指示器的颜色相匹配。看起来准确性圈是.m文件中创建的代码(因此不是png文件)(我没有像它的SKMaps.framework那样)并且似乎没有任何类型的设置来改变颜色。有谁知道改变它的方法?

1 个答案:

答案 0 :(得分:0)

使用SKMapSettings中的orientationIndicatorType属性:

/** The orientation indicator type, used when SKMapFollowerModePositionPlusHeading follower is active. If SKOrientationIndicatorCustomImage is set, the "heading.png" image file from the style's resources will be used. 
 */ 
@property(nonatomic, assign) SKOrientationIndicatorType orientationIndicatorType;