Uses of Class
com.azure.maps.route.models.InclineLevel
Packages that use InclineLevel
-
Uses of InclineLevel in com.azure.maps.route.models
Fields in com.azure.maps.route.models declared as InclineLevelModifier and TypeFieldDescriptionstatic final InclineLevelInclineLevel.HIGHhigh.static final InclineLevelInclineLevel.LOWlow.static final InclineLevelInclineLevel.NORMALnormal.Methods in com.azure.maps.route.models that return InclineLevelModifier and TypeMethodDescriptionstatic InclineLevelInclineLevel.fromString(String name) Creates or finds a InclineLevel from its string representation.BaseRouteOptions.getInclineLevel()Return the incline level.RouteMatrixOptions.getInclineLevel()Returns the incline levelInclineLevelMethods in com.azure.maps.route.models that return types with arguments of type InclineLevelModifier and TypeMethodDescriptionstatic Collection<InclineLevel> InclineLevel.values()Gets known InclineLevel values.Methods in com.azure.maps.route.models with parameters of type InclineLevelModifier and TypeMethodDescriptionBaseRouteOptions.setInclineLevel(InclineLevel inclineLevel) Sets the incline level.RouteMatrixOptions.setInclineLevel(InclineLevel inclineLevel) Sets the incline levelInclineLevel