PassThroughFeature enum

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.

Values

trafficData → const PassThroughFeature

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

trafficTilesFlow → const PassThroughFeature

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.

trafficTilesIncidents → const PassThroughFeature

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.

onlineRouting → const PassThroughFeature

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.

onlineSearch → const PassThroughFeature

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.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<PassThroughFeature>
A constant List of the values in this enum, in order of their declaration.