EngineOptions class
Specifies several options specific to different engines.
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.
Constructors
- EngineOptions()
- Creates a new instance with default values.
Properties
- customAuthenticationMode ↔ AuthenticationMode?
-
Allows bearer authentication mode for engines. This mode adds a header
("Authorization", "Bearer $Token") to each online request made by the
module the object is added to. The token can either be provided directly
or retrieved via key/secret from a dedicated backend.
getter/setter pair
- customBaseUrl ↔ String?
-
Allows engines to use custom base URLs for alternative services.
By default, the available endpoints use HERE backend endpoints.
If unsupported base URLs are specified, the related features will become non-functional.
Please contact your HERE representative to learn about possible custom base URL usage options
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- 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.