You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/01/13 09:54:18 UTC

[camel-quarkus] branch master updated: Add notes on enabling Geolocation APIs for geocoder extension integration tests

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 305c1b1  Add notes on enabling Geolocation APIs for geocoder extension integration tests
305c1b1 is described below

commit 305c1b1826a5578a939660beb0547d0c384225c4
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jan 13 09:33:02 2021 +0000

    Add notes on enabling Geolocation APIs for geocoder extension integration tests
    
    Fixes #2112
---
 integration-tests/geocoder/README.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/integration-tests/geocoder/README.adoc b/integration-tests/geocoder/README.adoc
index aa048bc..042e686 100644
--- a/integration-tests/geocoder/README.adoc
+++ b/integration-tests/geocoder/README.adoc
@@ -2,7 +2,10 @@
 
 By default the Geocoder integration tests use WireMock to stub the API interactions.
 
-To run `camel-quarkus-geocoder` integration tests using google maps service, you will need a google cloud https://developers.google.com/maps/documentation/javascript/get-api-key[API key].
+To run `camel-quarkus-geocoder` integration tests using google maps service, you will need a Google Cloud https://developers.google.com/maps/documentation/javascript/get-api-key[API key].
+
+You must also ensure that the Geolocation API & Geocoding API services are enabled. You can do this from the developer console by navigating to `Google Maps -> APIs`. Since these are not free services, 
+your Google Cloud project must have an associated billing account.
 
 Then set the following environment variable: