Package com.azure.maps.route.models
Class RouteRepresentationForBestOrder
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RouteRepresentationForBestOrder>
com.azure.maps.route.models.RouteRepresentationForBestOrder
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RouteRepresentationForBestOrder
extends com.azure.core.util.ExpandableStringEnum<RouteRepresentationForBestOrder>
Defines values for RouteRepresentationForBestOrder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RouteRepresentationForBestOrderIncludes only the optimized waypoint indices but does not include the route geometry in the response.static final RouteRepresentationForBestOrderIncludes route geometry in the response.static final RouteRepresentationForBestOrderSummary as per polyline but excluding the point geometry elements for the routes in the response. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a RouteRepresentationForBestOrder from its string representation.values()Gets known RouteRepresentationForBestOrder values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
POLYLINE
Includes route geometry in the response. -
SUMMARY_ONLY
Summary as per polyline but excluding the point geometry elements for the routes in the response. -
NONE
Includes only the optimized waypoint indices but does not include the route geometry in the response.
-
-
Constructor Details
-
RouteRepresentationForBestOrder
Deprecated.Use thefromString(String)factory method.Creates a new instance of RouteRepresentationForBestOrder value.
-
-
Method Details
-
fromString
Creates or finds a RouteRepresentationForBestOrder from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RouteRepresentationForBestOrder.
-
values
Gets known RouteRepresentationForBestOrder values.- Returns:
- known RouteRepresentationForBestOrder values.
-
fromString(String)factory method.