Uses of Interface
com.google.maps.routing.v2.RouteLegOrBuilder
-
Packages that use RouteLegOrBuilder Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of RouteLegOrBuilder in com.google.maps.routing.v2
Classes in com.google.maps.routing.v2 that implement RouteLegOrBuilder Modifier and Type Class Description classRouteLegContains a segment between non-`via` waypoints.static classRouteLeg.BuilderContains a segment between non-`via` waypoints.Methods in com.google.maps.routing.v2 that return RouteLegOrBuilder Modifier and Type Method Description RouteLegOrBuilderRoute.Builder. getLegsOrBuilder(int index)A collection of legs (path segments between waypoints) that make up the route.RouteLegOrBuilderRoute. getLegsOrBuilder(int index)A collection of legs (path segments between waypoints) that make up the route.RouteLegOrBuilderRouteOrBuilder. getLegsOrBuilder(int index)A collection of legs (path segments between waypoints) that make up the route.Methods in com.google.maps.routing.v2 that return types with arguments of type RouteLegOrBuilder Modifier and Type Method Description List<? extends RouteLegOrBuilder>Route.Builder. getLegsOrBuilderList()A collection of legs (path segments between waypoints) that make up the route.List<? extends RouteLegOrBuilder>Route. getLegsOrBuilderList()A collection of legs (path segments between waypoints) that make up the route.List<? extends RouteLegOrBuilder>RouteOrBuilder. getLegsOrBuilderList()A collection of legs (path segments between waypoints) that make up the route.
-