SearchNavigationProfile
public enum SearchNavigationProfile : Hashable
Navigation Profiles to calculate route ETA
-
Driving by car profile
Declaration
Swift
case driving
-
Bicycle drive profile
Declaration
Swift
case cycling
-
Walking profile
Declaration
Swift
case walking
-
Custom navigation profile to be send to the server
Declaration
Swift
case custom(String)