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 = 0
Objective-C
GMSNavigationAlternateRoutesStrategyAll = 0
-
No alternate routes should be shown.
Declaration
Swift
case none = 1
Objective-C
GMSNavigationAlternateRoutesStrategyNone
-
One alternate route should be shown.
Declaration
Swift
case one = 2
Objective-C
GMSNavigationAlternateRoutesStrategyOne