# java-routespreferred **Repository Path**: mirrors_googlemaps/java-routespreferred ## Basic Information - **Project Name**: java-routespreferred - **Description**: Java idiomatic client for Google Maps Platform Routes Preferred API. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-10 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Google Maps Platform Routes Preferred API Client for Java [![Test](https://github.com/googlemaps/java-routespreferred/workflows/Test/badge.svg)][test] [![Release](https://github.com/googlemaps/java-routespreferred/workflows/Release/badge.svg)][release] [![Generation](https://github.com/googlemaps/java-routespreferred/workflows/Generation/badge.svg)][generation] [![codecov](https://codecov.io/gh/googlemaps/java-routespreferred/branch/master/graph/badge.svg)](https://codecov.io/gh/googlemaps/java-routespreferred) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) Java idiomatic client for Google Maps Platform Routes Preferred API. > **NOTE:** The libraries in this repository should be considered experimental at this time and breaking changes should be expected. > **NOTE:** The libraries in this repository are [autogenerated][generation] from the interface definitions in the [googleapis/googleapis repository][googleapis] using [Bazel][bazel]. ## Installation TODO ## Requirements ### Create a Project You will need a [Google Cloud Platform][developer-console] project. [Follow these instructions][create-project] to get your project set up. ### Enable the Routes API You will need to [enable][enable-api] the [Google Maps Platform Routes Preferred API](https://developers.google.com/maps/documentation/routes_preferred). [![](https://img.shields.io/badge/Enable%20API-Routes-important)][enable-api] ### Enable billing You will need to [enable billing][enable-billing] to use the Google Maps Platform Routes Preferred Preferred API. ### Local development environment You will need to set up the local development environment. Get started quickly by [installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`. ## Authentication TODO language specific instructions ## Transport Google Maps Platform Routes Preferred uses [gRPC][grpc] for the transport layer. ## Versioning This library follows [Semantic Versioning](http://semver.org/). ## Contributing Contributions to this library are always welcome and highly encouraged. See [CONTRIBUTING][contributing] for more information how to get started. ## License Apache 2.0 - See [LICENSE][license] for more information. [authentication]: https://github.com/googleapis/google-cloud-java#authentication [developer-console]: https://console.developers.google.com/ [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects [cloud-sdk]: https://cloud.google.com/sdk/ [contributing]: https://github.com/googlemaps/java-routespreferred/blob/master/CONTRIBUTING.md [license]: https://github.com/googlemaps/java-routespreferred/blob/master/LICENSE [release]: https://github.com/googlemaps/java-routespreferred/actions?query=workflow%3ARelease [test]: https://github.com/googlemaps/java-routespreferred/actions?query=workflow%3ATest [generation]: https://github.com/googlemaps/java-routespreferred/actions?query=workflow%3AGeneration [enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing [enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=routespreferred.googleapis.com [grpc]: https://grpc.io/ [googleapis]: https://github.com/googleapis/googleapis [bazel]: https://bazel.build