Skip to content

Commit 26da8fa

Browse files
authored
Update Geocoding.ipynb
1 parent 411829a commit 26da8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Geo/Geocoding.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"\n",
1616
"Google has one of the most accurate and widely used geocoding APIs. It can accept a variety of different inputs and will return multiple different parameters depending on the type of location provided. Example inputs include:\n",
1717
"\n",
18-
"* United States\n",
18+
"* United States \n",
1919
"* Seattle, WA\n",
2020
"* Georgetown University\n",
2121
"* 1600 Pennsylvania Ave NW, Washington, DC 20500\n",
2222
"\n",
2323
"Before you query the API you must receive an API Key from Google. Instructions on how to obtain an API key are provided here:\n",
2424
"https://developers.google.com/maps/documentation/geocoding/get-api-key. \n",
2525
"\n",
26-
"Note, once you have obtained a key, you will need to enable the Geocoding API for your project here: https://console.developers.google.com/apis/api/geocoding_backend/. \n",
26+
"Note, once you have obtained a key, you will need to enable the Geocoding API for your project. For this, you will need to enable the \"Geocoding API\" for your project here: https://console.developers.google.com/apis/api/geocoding_backend/. \n",
2727
"\n",
2828
"If you would like to make queries beyond Google's \"free\" limits, you will need to enable biling for your account (although Google does provide up to $200 per month). More information is provided here: https://cloud.google.com/maps-platform/user-guide/account-changes/?authuser=1#current-plan/\n",
2929
"\n",

0 commit comments

Comments
 (0)