RuntimeFeatureType
public enum RuntimeFeatureType : Codable, Equatable, CaseIterable
Represents an experimental SDK feature that can be enabled at runtime.
Important
This is a Public Preview API. It may be changed or removed at any time.The name of the feature which could be used in user interface (for example in debug settings menu).
Declaration
Swift
public var name: String { get }
Enable TomTom Orbis Map.
Note
For this feature to work properly, you must reinitialise all components after enabling or disabling it.Declaration
Swift
case tomtomOrbisMapFeature
Enable map metrics monitoring
Declaration
Swift
case useMapMetricsMonitorAPI