חומר עזר של סיווג GMSFeatureStyle
סקירה
מציינת איך תכונות במפה צריכות להופיע במפה.
עובר בירושה על ידי GMSMutableFeatureStyle.
פונקציות של חברים ציבוריים | |
(instancetype) | - initWithFillColor:strokeColor:strokeWidth: |
הפעלת סגנון חדש. | |
(instancetype) | – init |
הפעלת סגנון ברירת מחדל. | |
(GMSFeatureStyle *) | - עותק |
מחזירה עותק של הסגנון הזה. | |
(GMSMutableFeatureStyle *) | - mutableCopy |
מחזירה עותק של הסגנון הזה שניתן לשנות. | |
פונקציות סטטיות לחברי ציבור | |
(instancetype) | + styleWithFillColor:strokeColor:strokeWidth: |
יצירת סגנון חדש. | |
נכסים | |
UIColor * | fillColor |
מציין את צבע המילוי, כולל ערוץ האלפא. | |
UIColor * | strokeColor |
מציין את צבע הגבול, כולל ערוץ האלפא. | |
CGFloat | strokeWidth |
מציינת את רוחב הגבולות בנקודות במסך. | |
CGFloat | pointRadius |
מציין את הרדיוס של נקודה. |
מסמכי תיעוד בנושא פונקציות של חברים
+ (instancetype) styleWithFillColor: | (nullable UIColor *) | fillColor | |
strokeColor: | (nullable UIColor *) | strokeColor | |
רוחב משיכה: | (CGFloat) | strokeWidth | |
יצירת סגנון חדש.
- (instancetype) initWithFillColor: | (nullable UIColor *) | fillColor | |
strokeColor: | (nullable UIColor *) | strokeColor | |
רוחב משיכה: | (CGFloat) | strokeWidth | |
הפעלת סגנון חדש.
- (instancetype) init |
הפעלת סגנון ברירת מחדל.
- (GMSFeatureStyle *) עותק |
מחזירה עותק של הסגנון הזה.
מחזירה עותק של הסגנון הזה שניתן לשנות.
תיעוד של נכס
- (UIColor*) fillColor [read, copy] |
מציין את צבע המילוי, כולל ערוץ האלפא.
הוטמע ב-GMSMutableFeatureStyle.
- (UIColor*) strokeColor [read, copy] |
מציין את צבע הגבול, כולל ערוץ האלפא.
הוטמע ב-GMSMutableFeatureStyle.
- (CGFloat) strokeWidth [read, assign] |
מציינת את רוחב הגבולות בנקודות במסך.
הוטמע ב-GMSMutableFeatureStyle.
- (CGFloat) pointRadius [read, assign] |