Class RouteSectionTec

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

public final class RouteSectionTec extends Object
Details of the traffic event, using definitions in the [TPEG2-TEC](https://www.iso.org/standard/63116.html) standard. Can contain effectCode and causes elements.
  • Constructor Details

    • RouteSectionTec

      public RouteSectionTec()
  • Method Details

    • getEffectCode

      public Integer getEffectCode()
      Get the effectCode property: The effect on the traffic flow. Contains a value in the tec001:EffectCode table, as defined in the [TPEG2-TEC](https://www.iso.org/standard/63116.html) standard. Can be used to color-code traffic events according to severity.
      Returns:
      the effectCode value.
    • getCauses

      public List<RouteSectionTecCause> getCauses()
      Get the causes property: Causes array.
      Returns:
      the causes value.
    • setCauses

      public RouteSectionTec setCauses(List<RouteSectionTecCause> causes)
      Set the causes property: Causes array.
      Parameters:
      causes - the causes value to set.
      Returns:
      the RouteSectionTec object itself.