Interface GuidanceSettings

All Known Implementing Classes:
GuidanceSettings.CppProxy

public interface GuidanceSettings
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  GuidanceSettings.CppProxy  
  • Method Summary

    Modifier and Type Method Description
    GuidanceDistanceUnits getDistanceUnits()
    Defines distance units used in guidance output.
    GuidanceOutput getGuidanceOutput()
    Defines the way the navigation guidance will be passed from the SDK.
    java.lang.String getLocale()
    Defines the language in which the navigation guidance is generated.
    java.util.ArrayList<java.lang.String> getSupportedLocales()
    Defines the list of all supported languages used for generating navigation guidance.
    void setDistanceUnits​(GuidanceDistanceUnits distanceUnits)
    Defines distance units used in guidance output.
    void setGuidanceOutput​(GuidanceOutput guidanceOutput)
    Defines the way the navigation guidance will be passed from the SDK.
    void setLocale​(java.lang.String locale)
    Defines the language in which the navigation guidance is generated.
  • Method Details

    • 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.