RuntimeFeatureType

public enum RuntimeFeatureType : Codable, Equatable, CaseIterable

Represents an experimental SDK feature that can be enabled at runtime.

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.
  • Sample feature

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case fooFeature
  • The quick scale gesture performs zooming with the center of the screen as the anchor point.

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case quickScaleGestureIsCentered
  • The deviation feature automatically fetches and applies a new route after deviation.

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case automaticDeviationRouteFetching
  • Enables smooth map box style transition

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case smoothStyleTransition
  • Enables new navigation processing

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case newNavigationProcessing
  • Enable the standalone route tracking engine

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case standaloneRouteTrackingEngine
  • Enable NavigationTileStore

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case useNavigationTileStore
  • Enable new gestures intetactor

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case newGestureInteractor
  • Enable route projection engine

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case useRouteProjectionEngine
  • Enable Hybrid Data Store

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case useHybridDataStore
  • Enable orbis map style

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    case useOrbisStyle

Public

  • The name of the feature which could be used in user interface (for example in debug settings menu).

    Warning

    This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.

    Declaration

    Swift

    public var name: String { get }