Class EffectiveSetting

java.lang.Object
com.azure.maps.route.models.EffectiveSetting

public final class EffectiveSetting extends Object
Effective parameter or data used when calling this Route API.
  • Constructor Details

    • EffectiveSetting

      public EffectiveSetting()
  • Method Details

    • getKey

      public String getKey()
      Get the key property: Name of the parameter used.
      Returns:
      the key value.
    • getValue

      public String getValue()
      Get the value property: Value of the parameter used.
      Returns:
      the value value.