Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

googlemaps/java-routespreferred-samples

Repository files navigation

Google Maps Routes Preferred Java Samples

semantic-release

Description

Samples for Google Maps Routes Preferred.

For the ComputeRoutes and ComputeRouteMatrix examples

  1. Set environment variable GOOGLE_MAPS_API_KEY.
  2. Build ./gradlew install.
  3. Run: ./build/install/routes-example/bin/example-routes-client.

For the ComputeCustomRoutes example

  1. Set environment variable GOOGLE_MAPS_API_KEY.
  2. Build ./gradlew install.
  3. Run: ./build/install/routes-example/bin/example-custom-routes-client.