Uses of Class
com.azure.maps.route.models.RouteDelayReason
Packages that use RouteDelayReason
-
Uses of RouteDelayReason in com.azure.maps.route.models
Fields in com.azure.maps.route.models declared as RouteDelayReasonModifier and TypeFieldDescriptionstatic final RouteDelayReasonRouteDelayReason.JAMTraffic jam.static final RouteDelayReasonRouteDelayReason.OTHEROther.static final RouteDelayReasonRouteDelayReason.ROAD_CLOSURERoad closure.static final RouteDelayReasonRouteDelayReason.ROAD_WORKRoad work.Methods in com.azure.maps.route.models that return RouteDelayReasonModifier and TypeMethodDescriptionstatic RouteDelayReasonRouteDelayReason.fromString(String name) Creates or finds a SimpleCategory from its string representation.RouteSection.getSimpleCategory()Get the simpleCategory property: Type of the incident.Methods in com.azure.maps.route.models that return types with arguments of type RouteDelayReasonModifier and TypeMethodDescriptionstatic Collection<RouteDelayReason> RouteDelayReason.values()Gets known SimpleCategory values.