กําหนดค่าการแจ้งเตือนมาตรวัดความเร็ว

เมื่อเปิดใช้การนําทางและตั้งค่าโหมดการเดินทางเป็น "ขับรถ" แล้ว Navigation SDK สําหรับ iOS จะแสดงตัวควบคุมขีดจํากัดความเร็วที่มุมล่างซ้ายของแผนที่ซึ่งแสดงขีดจํากัดความเร็วปัจจุบัน หากผู้ขับขี่ขับรถเร็วเกินขีดจำกัด การควบคุมจะขยายเพื่อแสดงมาตรวัดความเร็วข้างจอแสดงขีดจำกัดความเร็ว และเรียกให้ระบบส่งการแจ้งเตือนเมื่อความเร็วถึงเกณฑ์ที่กำหนด

โดยค่าเริ่มต้น Navigation SDK จะทริกเกอร์การแจ้งเตือนความเร็วเล็กน้อยเมื่อผู้ขับขี่ขับรถเร็วกว่าที่กฎหมายกำหนด 5 mph (หรือ 10 kph) และเปลี่ยนสีข้อความของมาตรความเร็วเป็นสีแดง โดยจะทริกเกอร์การแจ้งเตือนความเร็วที่สำคัญเมื่อผู้ขับขี่ขับรถเร็วกว่าขีดจำกัดที่กำหนดไว้ 10 ไมล์ต่อชั่วโมง (หรือ 20 กิโลเมตรต่อชั่วโมง) และเปลี่ยนสีพื้นหลังของเครื่องวัดความเร็วเป็นสีแดง

คุณสามารถปรับแต่งทั้งเกณฑ์ในการเรียกให้ระบบแจ้งเตือน รวมถึงสีข้อความและพื้นหลังที่หน้าปัดแสดง นอกจากนี้ คุณยังใช้ Navigation SDK เพื่อแสดงข้อมูลความเร็วของผู้ขับขี่ได้ด้วย ตัวอย่างเช่น คุณอาจเปิดเผยข้อมูลความเร็วแก่ผู้ให้บริการรถร่วมเดินทางเพื่อช่วยกระตุ้นให้ผู้ขับขี่ปฏิบัติตามขีดจำกัดความเร็วและปรับปรุงความปลอดภัย

การปรับแต่งเกณฑ์สำหรับการแจ้งเตือนความเร็ว

คุณปรับแต่งเกณฑ์การแจ้งเตือนความเร็วได้สำหรับทั้งการแจ้งเตือนความเร็วเล็กน้อยและการแจ้งเตือนความเร็วมากเป็นเปอร์เซ็นต์ที่เกินขีดจำกัดความเร็วของความเร็วปัจจุบัน นอกจากนี้ คุณยังระบุระยะเวลาที่ค่าเกินเกณฑ์ก่อนที่แผนที่จะแสดงการแจ้งเตือนได้ด้วย

ตัวอย่างโค้ดต่อไปนี้ตั้งค่าเกณฑ์การแจ้งเตือนความเร็วเล็กน้อยเป็น 5 เปอร์เซ็นต์เกินขีดจำกัดความเร็ว และตั้งค่าเกณฑ์การแจ้งเตือนความเร็วมากเป็น 10 เปอร์เซ็นต์เกินขีดจำกัดความเร็ว ซึ่งระบุว่าแผนที่จะแสดงการแจ้งเตือนหลังจากมีการใช้งานเกินเกณฑ์การแจ้งเตือนเป็นเวลา 5 วินาที

Swift

let minorSpeedAlertThresholdPercentage: CGFloat = 0.05 let
majorSpeedAlertThresholdPercentage: CGFloat = 0.1 let
severityUpgradeDurationSeconds: TimeInterval = 5

// Configure SpeedAlertOptions let mutableSpeedAlertOptions:
GMSNavigationMutableSpeedAlertOptions = GMSNavigationMutableSpeedAlertOptions()
 mutableSpeedAlertOptions.setSpeedAlertThresholdPercentage(minorSpeedAlertThresholdPercentage,
for: .minor)
mutableSpeedAlertOptions.setSpeedAlertThresholdPercentage(majorSpeedAlertThresholdPercentage,
for: .major) mutableSpeedAlertOptions.severityUpgradeDurationSeconds =
severityUpgradeDurationSeconds

// Set SpeedAlertOptions to Navigator. mapView.navigator?.speedAlertOptions =
mutableSpeedAlertOptions; mapView.navigator?.add(self); // Only needed if
listening to the delegate events.

Objective-C

static const CGFloat minorSpeedAlertThresholdPercentage = 0.05; static const
CGFloat majorSpeedAlertThresholdPercentage = 0.1; static const NSTimeInterval
severityUpgradeDurationSeconds = 5;

// Configure SpeedAlertOptions GMSNavigationMutableSpeedAlertOptions
*mutableSpeedAlertOptions = [[GMSNavigationMutableSpeedAlertOptions alloc]
init]; [mutableSpeedAlertOptions setSpeedAlertThresholdPercentage:
minorSpeedAlertThresholdPercentage
forSpeedAlertSeverity:GMSNavigationSpeedAlertSeverityMinor];
[mutableSpeedAlertOptions
setSpeedAlertThresholdPercentage:majorSpeedAlertThresholdPercentage
forSpeedAlertSeverity:GMSNavigationSpeedAlertSeverityMajor];
[mutableSpeedAlertOptions
setSeverityUpgradeDurationSeconds:severityUpgradeDurationSeconds];

// Set SpeedAlertOptions to Navigator. mapView.navigator.speedAlertOptions =
mutableSpeedAlertOptions; [mapView.navigator addListener:self]; // Only needed
if listening to the delegate events.

การปรับแต่งวิธีที่มาตรวัดความเร็วแสดงการแจ้งเตือนความเร็ว

คุณปรับแต่งสีของจอแสดงผลมาตรความเร็วสำหรับระดับการแจ้งเตือนแต่ละระดับได้

ตารางต่อไปนี้แสดงสีเริ่มต้นสำหรับการแจ้งเตือนความเร็วในคลาส GMSNavigationSpeedometerUIOptions

องค์ประกอบสี
MinorSpeedAlertBackgroundColorDayMode 0xffffff(สีขาว)
MinorSpeedAlertBackgroundColorNightMode 0x000000
MinorSpeedAlertTextColorDayMode 0xd93025
MinorSpeedAlertTextColorNightMode 0xd93025
MajorSpeedAlertBackgroundColorDayMode 0xd93025
MajorSpeedAlertBackgroundColorNightMode 0xd93025
MajorSpeedAlertTextColorDayMode 0xffffff(สีขาว)
MajorSpeedAlertTextColorNightMode 0xffffff(สีขาว)

คุณสามารถระบุข้อความและสีพื้นหลังของมาตรความเร็วสำหรับทั้งการแจ้งเตือนความเร็วเล็กน้อยและการแจ้งเตือนความเร็วมาก ดังนี้

Swift

let mutableSpeedometerUIOptions: GMSNavigationMutableSpeedometerUIOptions =
GMSNavigationMutableSpeedometerUIOptions()
mutableSpeedometerUIOptions.setTextColor(minorSpeedAlertTextColor, for: .minor,
lightingMode: .normal)
mutableSpeedometerUIOptions.setTextColor(majorSpeedAlertTextColor, for: .major,
lightingMode: .normal)
mutableSpeedometerUIOptions.setBackgroundColor(minorSpeedAlertNightModeBackgroundColor,
for: .minor, lightingMode: .lowLight)
mutableSpeedometerUIOptions.setBackgroundColor(majorSpeedAlertDayModeBackgroundColor,
for: .major, lightingMode: .normal)

mapView.settings.speedometerUIOptions = mutableSpeedometerUIOptions

Objective-C

GMSNavigationMutableSpeedometerUIOptions *mutableSpeedometerUIOptions =
[[GMSNavigationMutableSpeedometerUIOptions alloc] init];
[mutableSpeedometerUIOptions setTextColor: minorSpeedAlertTextColor
forSpeedAlertSeverity: GMSNavigationSpeedAlertSeverityMinor lightingMode:
GMSNavigationLightingModeNormal]; [mutableSpeedometerUIOptions setTextColor:
majorSpeedAlertTextColor forSpeedAlertSeverity:
GMSNavigationSpeedAlertSeverityMajor lightingMode:
GMSNavigationLightingModeNormal]; [mutableSpeedometerUIOptions
setBackgroundColor: minorSpeedAlertNightModeBackgroundColor
forSpeedAlertSeverity: GMSNavigationSpeedAlertSeverityMinor lightingMode:
GMSNavigationLightingModeLowLight]; [mutableSpeedometerUIOptions
setBackgroundColor: majorSpeedAlertDayModeBackgroundColor forSpeedAlertSeverity:
GMSNavigationSpeedAlertSeverityMajor
lightingMode:GMSNavigationLightingModeNormal];

mapView.settings.speedometerUIOptions = mutableSpeedometerUIOptions;

การรับข้อมูลความเร็วจากผู้ขับขี่

หากแอปพลิเคชันของคุณกำหนดให้ต้องแชร์ข้อมูลเกี่ยวกับความเร็วของไดรเวอร์ คุณก็สามารถใช้ Navigation SDK เพื่อแสดงข้อมูลความเร็วของไดรเวอร์ได้ด้วย ฟีเจอร์นี้มีประโยชน์สำหรับแอปพลิเคชันการแชร์รถที่ผู้ดำเนินการอาจต้องการตรวจสอบการขับรถเร็วเกินกำหนดของพนักงานขับรถเพื่อปรับปรุงความปลอดภัย

ตัวอย่างเช่น ตัวอย่างต่อไปนี้จะแชร์ข้อมูลความเร็วเมื่อความเร็วสูงกว่าขีดจำกัดความเร็วเป็นเปอร์เซ็นต์ที่ระบุ

Swift

// Listener method for sharing speed information when the speed exceeds the
speed limit by a specified percentage. #pragma mark GMSNavigatorListener func
navigator(_ navigator : GMSNavigator, didUpdateSpeedingPercentage
percentageAboveLimit : Float) { ... }

Objective-C

// Listener method listening to speeding feed. #pragma mark
GMSNavigatorListener - (void)navigator:(GMSNavigator *)navigator
didUpdateSpeedingPercentage:(float)percentageAboveLimit { ... }