Class EngineOptions

  • java.lang.Object
    • com.here.sdk.core.engine.EngineOptions

  • public final class EngineOptions
    extends java.lang.Object

    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.

    • Constructor Summary

      Constructors 
      Constructor Description
      EngineOptions()
      Creates a new instance with default values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • customBaseUrl

        @Nullable
        public java.lang.String customBaseUrl

        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

      • customAuthenticationMode

        @Nullable
        public AuthenticationMode customAuthenticationMode

        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.

    • Constructor Detail

      • EngineOptions

        public EngineOptions()

        Creates a new instance with default values.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object