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 RouteLabelRouteLabel. forNumber(int value)RouteLabelRoute.Builder. getRouteLabels(int index)Labels for the `Route` that are useful to identify specific properties of the route to compare against others.RouteLabelRoute. getRouteLabels(int index)Labels for the `Route` that are useful to identify specific properties of the route to compare against others.RouteLabelRouteOrBuilder. getRouteLabels(int index)Labels for the `Route` that are useful to identify specific properties of the route to compare against others.static RouteLabelRouteLabel. valueOf(int value)Deprecated.static RouteLabelRouteLabel. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RouteLabelRouteLabel. 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.BuilderRoute.Builder. addRouteLabels(RouteLabel value)Labels for the `Route` that are useful to identify specific properties of the route to compare against others.Route.BuilderRoute.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.BuilderRoute.Builder. addAllRouteLabels(Iterable<? extends RouteLabel> values)Labels for the `Route` that are useful to identify specific properties of the route to compare against others.
-