com.google.maps.routing.v2.gapic_metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-maps-routing Show documentation
Show all versions of google-maps-routing Show documentation
Routes API Routes API is the next generation, performance optimized version of the existing Directions API and Distance Matrix API. It helps you find the ideal route from A to Z, calculates ETAs and distances for matrices of origin and destination locations, and also offers new features.
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "java",
"protoPackage": "google.maps.routing.v2",
"libraryPackage": "com.google.maps.routing.v2",
"services": {
"Routes": {
"clients": {
"grpc": {
"libraryClient": "RoutesClient",
"rpcs": {
"ComputeRouteMatrix": {
"methods": ["computeRouteMatrixCallable"]
},
"ComputeRoutes": {
"methods": ["computeRoutes", "computeRoutesCallable"]
}
}
}
}
}
}
}