Uses of Class
com.google.maps.routing.v2.Route
-
Packages that use Route Package Description com.google.maps.routing.v2 A client to Routes API -
-
Uses of Route in com.google.maps.routing.v2
Methods in com.google.maps.routing.v2 that return Route Modifier and Type Method Description RouteRoute.Builder. build()RouteRoute.Builder. buildPartial()static RouteRoute. getDefaultInstance()RouteRoute.Builder. getDefaultInstanceForType()RouteRoute. getDefaultInstanceForType()RouteComputeRoutesResponse.Builder. getRoutes(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.RouteComputeRoutesResponse. getRoutes(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.RouteComputeRoutesResponseOrBuilder. getRoutes(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.static RouteRoute. parseDelimitedFrom(InputStream input)static RouteRoute. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(byte[] data)static RouteRoute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(com.google.protobuf.ByteString data)static RouteRoute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(com.google.protobuf.CodedInputStream input)static RouteRoute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(InputStream input)static RouteRoute. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteRoute. parseFrom(ByteBuffer data)static RouteRoute. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.maps.routing.v2 that return types with arguments of type Route Modifier and Type Method Description com.google.protobuf.Parser<Route>Route. getParserForType()List<Route>ComputeRoutesResponse.Builder. getRoutesList()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<Route>ComputeRoutesResponse. getRoutesList()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<Route>ComputeRoutesResponseOrBuilder. getRoutesList()Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.static com.google.protobuf.Parser<Route>Route. parser()Methods in com.google.maps.routing.v2 with parameters of type Route Modifier and Type Method Description ComputeRoutesResponse.BuilderComputeRoutesResponse.Builder. addRoutes(int index, Route value)Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.ComputeRoutesResponse.BuilderComputeRoutesResponse.Builder. addRoutes(Route value)Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.Route.BuilderRoute.Builder. mergeFrom(Route other)static Route.BuilderRoute. newBuilder(Route prototype)ComputeRoutesResponse.BuilderComputeRoutesResponse.Builder. setRoutes(int index, Route value)Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.Method parameters in com.google.maps.routing.v2 with type arguments of type Route Modifier and Type Method Description ComputeRoutesResponse.BuilderComputeRoutesResponse.Builder. addAllRoutes(Iterable<? extends Route> values)Contains an array of computed routes (up to three) when you specify compute_alternatives_routes, and contains just one route when you don't.
-