GoogleNavigation Framework Reference

  • GMSNavigationMutableRoutingOptions allows customization of route calculation logic, such as prioritizing routes by time or distance using the routingStrategy property.

  • It enables control over alternate route generation with the alternateRoutesStrategy property.

  • Developers can specify target distances for route ranking using the targetDistancesMeters property, primarily for the initial destination.

  • This mutable class inherits from GMSNavigationRoutingOptions and provides flexibility in defining navigation behavior.

GMSNavigationMutableRoutingOptions

@interface GMSNavigationMutableRoutingOptions : GMSNavigationRoutingOptions

A mutable class that contains options related to routing logic (e.g., routing strategy).