You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-51Lines changed: 4 additions & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,35 +63,11 @@ contribute, please read [How to Contribute][contrib].
63
63
- A Google Maps API key.
64
64
65
65
### API keys
66
+
Each Google Maps Web Service request requires an API key. API keys are generated in the 'Credentials' page of the 'APIs & Services' tab of Google Cloud console.
66
67
67
-
Each Google Maps Web Service request requires an API key or client ID. API keys
68
-
are freely available with a Google Account at
69
-
[developers.google.com/console](https://developers.google.com/console). The
1. Select one of your existing projects, or create a new project.
77
-
1. Enable the API(s) you want to use. The Java Client for Google Maps Services
78
-
accesses the following APIs:
79
-
- Directions API
80
-
- Distance Matrix API
81
-
- Elevation API
82
-
- Geocoding API
83
-
- Maps Static API
84
-
- Places API
85
-
- Roads API
86
-
- Time Zone API
87
-
1. Create a new **Server key**.
88
-
1. If you'd like to restrict requests to a specific IP address, do so now.
89
-
90
-
For guided help, follow the instructions for the [Directions API][directions-key].
91
-
You only need one API key, but remember to enable all the APIs you need.
92
-
For even more information, see the guide to [API keys][apikey].
93
-
94
-
**Important:** This key should be kept secret on your server.
68
+
For even more information on getting started with Google Maps Platform and generating/restricting an API key, see [Get Started with Google Maps Platform](https://developers.google.com/maps/gmp-get-started) in our docs.
69
+
70
+
Important: This key should be kept secret on your server.
95
71
96
72
## Installation
97
73
@@ -167,24 +143,6 @@ Gson gson = new GsonBuilder().setPrettyPrinting().create();
0 commit comments