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 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSNavigationSpeedAlertSeverity\u003c/code\u003e is an enum defining different levels of speed alerts during navigation.\u003c/p\u003e\n"],["\u003cp\u003eIt includes four severity levels: \u003ccode\u003eUnknown\u003c/code\u003e, \u003ccode\u003eNotSpeeding\u003c/code\u003e, \u003ccode\u003eMinor\u003c/code\u003e, and \u003ccode\u003eMajor\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnknown\u003c/code\u003e indicates that either the current speed or the speed limit is undetermined.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNotSpeeding\u003c/code\u003e signifies that the current speed is within the allowed limit.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMinor\u003c/code\u003e and \u003ccode\u003eMajor\u003c/code\u003e represent increasing levels of speeding severity, alerting the user to potential risks.\u003c/p\u003e\n"]]],[],null,[]]