Stay organized with collections
Save and categorize content based on your preferences.
GMSNavigationSpeedAlertSeverity
NS_ENUM(NSInteger,GMSNavigationSpeedAlertSeverity){/** Either speed or speed limit could not be determined. */GMSNavigationSpeedAlertSeverityUnknown=-2,/** No speeding is occurring. */GMSNavigationSpeedAlertSeverityNotSpeeding=-1,/** Minor speed alert. */GMSNavigationSpeedAlertSeverityMinor=0,/** Major speed alert. */GMSNavigationSpeedAlertSeverityMajor,}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["`GMSNavigationSpeedAlertSeverity` is an enum defining different levels of speed alerts during navigation."],["It includes four severity levels: `Unknown`, `NotSpeeding`, `Minor`, and `Major`."],["`Unknown` indicates that either the current speed or the speed limit is undetermined."],["`NotSpeeding` signifies that the current speed is within the allowed limit."],["`Minor` and `Major` represent increasing levels of speeding severity, alerting the user to potential risks."]]],[]]