NavigationSettings

public class NavigationSettings

Global settings that are used across the SDK for altering navigation behavior.

Some properties listed in StoredProperty are stored in UserDefaults.standard.

To specify criteria when calculating routes, use the NavigationRouteOptions class.

To customize the user experience during a particular turn-by-turn navigation session, use the NavigationOptions class when initializing a NavigationViewController.

To customize some global defaults use NavigationSettings.initialize(directions:tileStoreConfiguration:) method.