GoogleNavigation Framework Reference

  • GMSNavigationDelayCategory is an enum representing the delay category of a route or path.

  • It has four categories: noData, heavy, medium, and light, indicating different levels of traffic delays.

  • Each category is represented by an integer value, accessible in both Swift and Objective-C.

  • The description for all categories currently states "No traffic data is provided," which may indicate a documentation error or functionality reliant on external data.

GMSNavigationDelayCategory

enum GMSNavigationDelayCategory : NSInteger {}

A GMSNavigationDelayCategory is a category that represents the delay category of a route or a a path.