Uses of Interface
com.google.maps.routing.v2.RouteOrBuilder
-
Packages that use RouteOrBuilder Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of RouteOrBuilder in com.google.maps.routing.v2
Classes in com.google.maps.routing.v2 that implement RouteOrBuilder Modifier and Type Class Description class
Route
Contains a route, which consists of a series of connected road segments that join beginning, ending, and intermediate waypoints.static class
Route.Builder
Contains a route, which consists of a series of connected road segments that join beginning, ending, and intermediate waypoints.Methods in com.google.maps.routing.v2 that return RouteOrBuilder Modifier and Type Method Description RouteOrBuilder
ComputeRoutesResponse.Builder. getRoutesOrBuilder(int index)
Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.RouteOrBuilder
ComputeRoutesResponse. getRoutesOrBuilder(int index)
Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.RouteOrBuilder
ComputeRoutesResponseOrBuilder. getRoutesOrBuilder(int index)
Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.Methods in com.google.maps.routing.v2 that return types with arguments of type RouteOrBuilder Modifier and Type Method Description List<? extends RouteOrBuilder>
ComputeRoutesResponse.Builder. getRoutesOrBuilderList()
Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.List<? extends RouteOrBuilder>
ComputeRoutesResponse. getRoutesOrBuilderList()
Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.List<? extends RouteOrBuilder>
ComputeRoutesResponseOrBuilder. getRoutesOrBuilderList()
Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.
-