1

アプリで SKMaps を使用していますが、SKMaps.bundle の png ファイルを変更することで、現在の位置インジケーターの色 (デフォルトは青) を変更できました。次に、AccuracyCircle の色をカスタム ポジション インジケーターの色と一致させたいと思います。精度円は.mファイル(SKMaps.frameworkなので持っていない)で作成されたコード(pngファイルではない)のように見え、変更するためのいかなる種類の設定もないようです.色。誰かがそれを変更する方法を知っていますか?

4

1 に答える 1

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;
于 2015-01-19T10:12:30.827 に答える