Uses of Class
com.azure.maps.route.models.RouteRepresentationForBestOrder
Packages that use RouteRepresentationForBestOrder
-
Uses of RouteRepresentationForBestOrder in com.azure.maps.route.models
Fields in com.azure.maps.route.models declared as RouteRepresentationForBestOrderModifier and TypeFieldDescriptionstatic final RouteRepresentationForBestOrderRouteRepresentationForBestOrder.NONEIncludes only the optimized waypoint indices but does not include the route geometry in the response.static final RouteRepresentationForBestOrderRouteRepresentationForBestOrder.POLYLINEIncludes route geometry in the response.static final RouteRepresentationForBestOrderRouteRepresentationForBestOrder.SUMMARY_ONLYSummary as per polyline but excluding the point geometry elements for the routes in the response.Methods in com.azure.maps.route.models that return RouteRepresentationForBestOrderModifier and TypeMethodDescriptionRouteRepresentationForBestOrder.fromString(String name) Creates or finds a RouteRepresentationForBestOrder from its string representation.RouteDirectionsOptions.getRouteRepresentationForBestOrder()Returns the representation for the best order.Methods in com.azure.maps.route.models that return types with arguments of type RouteRepresentationForBestOrderModifier and TypeMethodDescriptionRouteRepresentationForBestOrder.values()Gets known RouteRepresentationForBestOrder values.Methods in com.azure.maps.route.models with parameters of type RouteRepresentationForBestOrderModifier and TypeMethodDescriptionRouteDirectionsOptions.setRouteRepresentationForBestOrder(RouteRepresentationForBestOrder routeRepresentationForBestOrder) Sets the representation for the best order.