PassThroughFeature

public enum PassThroughFeature : UInt32, CaseIterable, Codable

Represents features that are allowed to consume online data when the HERE SDK’s offline mode is activated via SDKNativeEngine.isOfflineMode and/or SDKOptions.offlineMode.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • When set, then the TrafficEngine is not blocked from initiating online connections to search for traffic data such as incidents.

    Declaration

    Swift

    case trafficData
  • When set, then the corresponding MapFeature will not be blocked and online connections can be initiated by the HERE SDK to retrieve traffic flow data.

    Declaration

    Swift

    case trafficTilesFlow
  • When set, then the corresponding MapFeature will not be blocked and online connections can be initiated by the HERE SDK to retrieve traffic incident data.

    Declaration

    Swift

    case trafficTilesIncidents
  • When set, online routing can be performed by the HERE SDK, allowing the retrieval of up-to-date routing information from online services even when offline mode is enabled.

    Declaration

    Swift

    case onlineRouting
  • When set, online search can be performed by the HERE SDK, allowing the retrieval of up-to-date search information from online services even when offline mode is enabled.

    Declaration

    Swift

    case onlineSearch