Uses of Class
com.azure.maps.route.models.RouteSectionTec
Packages that use RouteSectionTec
-
Uses of RouteSectionTec in com.azure.maps.route.models
Methods in com.azure.maps.route.models that return RouteSectionTecModifier and TypeMethodDescriptionstatic RouteSectionTecRouteSectionTec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteSectionTec from the JsonReader.RouteSection.getTec()Get the tec property: Details of the traffic event, using definitions in the [TPEG2-TEC](https://www.iso.org/standard/63116.html) standard.RouteSectionTec.setCauses(List<RouteSectionTecCause> causes) Set the causes property: Causes array.Methods in com.azure.maps.route.models with parameters of type RouteSectionTecModifier and TypeMethodDescriptionRouteSection.setTec(RouteSectionTec tec) Set the tec property: Details of the traffic event, using definitions in the [TPEG2-TEC](https://www.iso.org/standard/63116.html) standard.