MQRouteOptionType
enum MQRouteOptionType {}
Route options that we can send to the API
-
Enables something to be on routes
Declaration
Objective-C
MQRouteOptionTypeAllow
Swift
case allow = 0
-
Does not guarantee that the type will be avoided if alternate route paths are too lengthy or not possible, or roads that contain these attributes are very short
Declaration
Objective-C
MQRouteOptionTypeAvoid
Swift
case avoid = 1
-
Guarantees that the type will be avoided as part of the route
Declaration
Objective-C
MQRouteOptionTypeDisallow
Swift
case disallow = 2