customEngineOptions property

Map<EngineBaseURL, EngineOptions> customEngineOptions
getter/setter pair

Set custom options for SDK Engines. This includes:

  • custom_base_url: 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.
  • custom_authentication_mode: Enables bearer authentication mode for engines, which adds or omits the header ("Authorization", "Bearer $Token") to each online request made by the module the object is added to. The token (if used) can be provided directly or retrieved via key/secret from a dedicated backend. 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.

Implementation

Map<EngineBaseURL, EngineOptions> customEngineOptions;