Uses of Class
com.azure.maps.route.models.DelayMagnitude
Packages that use DelayMagnitude
-
Uses of DelayMagnitude in com.azure.maps.route.models
Fields in com.azure.maps.route.models declared as DelayMagnitudeModifier and TypeFieldDescriptionstatic final DelayMagnitudeDelayMagnitude.MAJORMajor.static final DelayMagnitudeDelayMagnitude.MINORMinor.static final DelayMagnitudeDelayMagnitude.MODERATEModerate.static final DelayMagnitudeDelayMagnitude.UNDEFINEDUndefined, used for road closures and other indefinite delays.static final DelayMagnitudeDelayMagnitude.UNKNOWNUnknown.Methods in com.azure.maps.route.models that return DelayMagnitudeModifier and TypeMethodDescriptionstatic DelayMagnitudeDelayMagnitude.fromString(String name) Creates or finds a DelayMagnitude from its string representation.RouteSection.getDelayMagnitude()Get the delayMagnitude property: The magnitude of delay caused by the incident.Methods in com.azure.maps.route.models that return types with arguments of type DelayMagnitudeModifier and TypeMethodDescriptionstatic Collection<DelayMagnitude> DelayMagnitude.values()Gets known DelayMagnitude values.