Stay organized with collections
Save and categorize content based on your preferences.
GMSNavigationRoutingStrategy
enumGMSNavigationRoutingStrategy:NSInteger{}
The routing strategy specifies how routes are ranked, which affects the route when it is chosen
and during re-routing. The default value is GMSNavigationRoutingStrategyDefaultBest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["`GMSNavigationRoutingStrategy` is an enum used to define how routes are ranked during navigation and re-routing."],["The default routing strategy, `GMSNavigationRoutingStrategyDefaultBest`, uses NavSDK's default cost model to rank routes."],["`GMSNavigationRoutingStrategyShorter` prioritizes the shortest route based on distance."],["`GMSNavigationRoutingStrategyDeltaToTargetDistance` ranks routes based on their absolute difference from a target distance."]]],[]]