# java-routespreferred-samples **Repository Path**: mirrors_googlemaps/java-routespreferred-samples ## Basic Information - **Project Name**: java-routespreferred-samples - **Description**: Samples for Routes Preferred - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-02 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Google Maps Routes Preferred Java Samples [![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) [![](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-flat.png)](https://github.com/apps/in-solidarity) ## Description Samples for Google Maps Routes Preferred. ### For the ComputeRoutes and ComputeRouteMatrix examples 1. Set environment variable `GOOGLE_MAPS_API_KEY`. 1. Build `./gradlew install`. 1. Run: `./build/install/routes-example/bin/example-routes-client`. ### For the ComputeCustomRoutes example 1. Set environment variable `GOOGLE_MAPS_API_KEY`. 1. Build `./gradlew install`. 1. Run: `./build/install/routes-example/bin/example-custom-routes-client`.