Uses of Class
com.azure.maps.route.models.ComputeTravelTime
Packages that use ComputeTravelTime
-
Uses of ComputeTravelTime in com.azure.maps.route.models
Fields in com.azure.maps.route.models declared as ComputeTravelTimeModifier and TypeFieldDescriptionstatic final ComputeTravelTimeComputeTravelTime.ALLComputes travel times for all types of traffic information and specifies all results in the fields noTrafficTravelTimeInSeconds, historicTrafficTravelTimeInSeconds and liveTrafficIncidentsTravelTimeInSeconds being included in the summaries in the route response.static final ComputeTravelTimeComputeTravelTime.NONEDoes not compute additional travel times.Methods in com.azure.maps.route.models that return ComputeTravelTimeModifier and TypeMethodDescriptionstatic ComputeTravelTimeComputeTravelTime.fromString(String name) Creates or finds a ComputeTravelTime from its string representation.RouteDirectionsOptions.getComputeTravelTime()Returns the type of computation for the travel time.RouteMatrixOptions.getComputeTravelTime()Specifies whether to return additional travel times using different types of traffic information (none, historic, live) as well as the default best-estimate travel time.Methods in com.azure.maps.route.models that return types with arguments of type ComputeTravelTimeModifier and TypeMethodDescriptionstatic Collection<ComputeTravelTime> ComputeTravelTime.values()Gets known ComputeTravelTime values.Methods in com.azure.maps.route.models with parameters of type ComputeTravelTimeModifier and TypeMethodDescriptionRouteDirectionsOptions.setComputeTravelTime(ComputeTravelTime computeTravelTime) Sets the type of computation for the travel time.RouteMatrixOptions.setComputeTravelTime(ComputeTravelTime computeTravelTime) Options for computing the travel time.