GMSNavigationMutableSpeedometerUIOptions 클래스 참조

GMSNavigationMutableSpeedometerUIOptions 클래스 참조

개요

다양한 속도 알림의 UI 구성을 캡슐화하는 변경 가능한 클래스로, GMSNavigationSpeedAlertSeverity로 표시됩니다.

GMSNavigationSpeedometerUIOptions를 상속받습니다.

공개 멤버 함수

(void) - setTextColor:forSpeedAlertSeverity:lightingMode:
 지정된 속도 알림 심각도 및 조명 모드에 사용할 속도 알림 텍스트의 색상을 설정합니다.
(void) - setBackgroundColor:forSpeedAlertSeverity:lightingMode:
 지정된 속도 알림 심각도 및 조명 모드에 사용할 속도 알림 아이콘 배경 색상을 설정합니다.
(UIColor *)- textColorForSpeedAlertSeverity:lightingMode:
 지정된 속도 알림 심각도 및 조명 모드에 사용할 속도 알림 텍스트의 색상을 가져옵니다.
(UIColor *)- backgroundColorForSpeedAlertSeverity:lightingMode:
 지정된 속도 알림 심각도 및 조명 모드에 사용할 속도 알림 아이콘 배경 색상을 가져옵니다.

멤버 함수 문서

- (void) setTextColor: (UIColor *) color
forSpeedAlertSeverity: (GMSNavigationSpeedAlertSeverity) speedAlertSeverity
LightMode: (GMSNavigationLightingMode) lightingMode

지정된 속도 알림 심각도 및 조명 모드에 사용할 속도 알림 텍스트의 색상을 설정합니다.

@note GMSNavigationSpeedAlertSeverityUnknown 또는 GMSNavigationSpeedAlertSeverityNotSpeeding의 색상을 설정하려고 하면 작동하지 않습니다.

- (void) setBackgroundColor: (UIColor *) color
forSpeedAlertSeverity: (GMSNavigationSpeedAlertSeverity) speedAlertSeverity
LightMode: (GMSNavigationLightingMode) lightingMode

지정된 속도 알림 심각도 및 조명 모드에 사용할 속도 알림 아이콘 배경 색상을 설정합니다.

@note GMSNavigationSpeedAlertSeverityUnknown 또는 GMSNavigationSpeedAlertSeverityNotSpeeding의 색상을 설정하려고 하면 작동하지 않습니다.

- (UIColor *) textColorForSpeedAlertSeverity: (GMSNavigationSpeedAlertSeverity) speedAlertSeverity
LightMode: (GMSNavigationLightingMode) lightingMode

지정된 속도 알림 심각도 및 조명 모드에 사용할 속도 알림 텍스트의 색상을 가져옵니다.

@note 이렇게 하면 GMSNavigationSpeedAlertSeverityUnknownGMSNavigationSpeedAlertSeverityNotSpeeding의 UIColor.clearColor가 반환됩니다.

- (UIColor *) backgroundColorForSpeedAlertSeverity: (GMSNavigationSpeedAlertSeverity) speedAlertSeverity
LightMode: (GMSNavigationLightingMode) lightingMode

지정된 속도 알림 심각도 및 조명 모드에 사용할 속도 알림 아이콘 배경 색상을 가져옵니다.

@note 이렇게 하면 GMSNavigationSpeedAlertSeverityUnknownGMSNavigationSpeedAlertSeverityNotSpeeding의 UIColor.clearColor가 반환됩니다.