Uses of Class
com.google.maps.routing.v2.RouteLabel
-
Packages that use RouteLabel Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of RouteLabel in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return RouteLabel Modifier and Type Method Description static RouteLabel
RouteLabel. forNumber(int value)
RouteLabel
Route.Builder. getRouteLabels(int index)
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.RouteLabel
Route. getRouteLabels(int index)
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.RouteLabel
RouteOrBuilder. getRouteLabels(int index)
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.static RouteLabel
RouteLabel. valueOf(int value)
Deprecated.static RouteLabel
RouteLabel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RouteLabel
RouteLabel. valueOf(String name)
Returns the enum constant of this type with the specified name.static RouteLabel[]
RouteLabel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.maps.routing.v2 that return types with arguments of type RouteLabel Modifier and Type Method Description List<RouteLabel>
Route.Builder. getRouteLabelsList()
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.List<RouteLabel>
Route. getRouteLabelsList()
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.List<RouteLabel>
RouteOrBuilder. getRouteLabelsList()
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.static com.google.protobuf.Internal.EnumLiteMap<RouteLabel>
RouteLabel. internalGetValueMap()
Methods in com.google.maps.routing.v2 with parameters of type RouteLabel Modifier and Type Method Description Route.Builder
Route.Builder. addRouteLabels(RouteLabel value)
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.Route.Builder
Route.Builder. setRouteLabels(int index, RouteLabel value)
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.Method parameters in com.google.maps.routing.v2 with type arguments of type RouteLabel Modifier and Type Method Description Route.Builder
Route.Builder. addAllRouteLabels(Iterable<? extends RouteLabel> values)
Labels for the `Route` that are useful to identify specific properties of the route to compare against others.
-