NavigationDataSource

public enum NavigationDataSource

The type of navigation data sources.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Online data source.

    Declaration

    Swift

    case online
  • Offline data source.

    Declaration

    Swift

    case offline