Interface GuidanceSettings

    • Method Detail

      • getGuidanceOutput

        GuidanceOutput getGuidanceOutput()
        Defines the way the navigation guidance will be passed from the SDK.
      • setGuidanceOutput

        void setGuidanceOutput​(GuidanceOutput guidanceOutput)
        Defines the way the navigation guidance will be passed from the SDK.
      • getLocale

        java.lang.String getLocale()
        Defines the language in which the navigation guidance is generated.
      • setLocale

        void setLocale​(java.lang.String locale)
        Defines the language in which the navigation guidance is generated.
      • getSupportedLocales

        java.util.ArrayList<java.lang.String> getSupportedLocales()
        Defines the list of all supported languages used for generating navigation guidance.
      • getDistanceUnits

        GuidanceDistanceUnits getDistanceUnits()
        Defines distance units used in guidance output.
      • setDistanceUnits

        void setDistanceUnits​(GuidanceDistanceUnits distanceUnits)
        Defines distance units used in guidance output.