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 Route
Route.Builder. build()
Route
Route.Builder. buildPartial()
static Route
Route. getDefaultInstance()
Route
Route.Builder. getDefaultInstanceForType()
Route
Route. getDefaultInstanceForType()
Route
ComputeRoutesResponse.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.Route
ComputeRoutesResponse. 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.Route
ComputeRoutesResponseOrBuilder. 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 Route
Route. parseDelimitedFrom(InputStream input)
static Route
Route. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(byte[] data)
static Route
Route. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(com.google.protobuf.ByteString data)
static Route
Route. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(com.google.protobuf.CodedInputStream input)
static Route
Route. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(InputStream input)
static Route
Route. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Route
Route. parseFrom(ByteBuffer data)
static Route
Route. 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.Builder
ComputeRoutesResponse.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.Builder
ComputeRoutesResponse.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.Builder
Route.Builder. mergeFrom(Route other)
static Route.Builder
Route. newBuilder(Route prototype)
ComputeRoutesResponse.Builder
ComputeRoutesResponse.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.Builder
ComputeRoutesResponse.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.
-