GMSNavigationAlternateRoutesStrategy
enum GMSNavigationAlternateRoutesStrategy : NSInteger {}Indicates the maximum number of alternate routes that can be requested.
-
All available alternate routes should be shown.
Declaration
Swift
case all = 0Objective-C
GMSNavigationAlternateRoutesStrategyAll = 0 -
No alternate routes should be shown.
Declaration
Swift
case none = 1Objective-C
GMSNavigationAlternateRoutesStrategyNone -
One alternate route should be shown.
Declaration
Swift
case one = 2Objective-C
GMSNavigationAlternateRoutesStrategyOne