File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1+
2+ # GOOGLE Places API Docs:
3+
4+ https :// developers .google .com / maps / documentation / places / web - service
5+
6+
7+
8+
9+ ##################################################
10+
111# Step 2: Get a Google Places API Key
212# Go to the Google Cloud Console
313
@@ -117,3 +127,14 @@ def reverse_geocode(lat, lng):
117127You can monitor your usage in the “Billing ” section of your project .
118128
119129Would you like example Python code using the key ?
130+
131+ ###################################
132+
133+ Access to Google Maps API
134+ Google does not automatically include Google Maps Platform credits under Google for Nonprofits . However :
135+
136+ Nonprofits can apply for special consideration if they are using Maps API for a mission - aligned purpose like humanitarian aid , social impact , or quality assurance .
137+
138+ This usually goes through Google 's nonprofit partner program , such as TechSoup or a special request to Google Cloud support .
139+
140+ ###################################
Original file line number Diff line number Diff line change 1313 },
1414 {
1515 "cell_type" : " code" ,
16- "execution_count" : null ,
16+ "execution_count" : 2 ,
1717 "id" : " 511d9ec2-8250-4e44-bcfc-b0d2cb54c58f" ,
1818 "metadata" : {},
1919 "outputs" : [],
2020 "source" : [
2121 " # Objective: \n " ,
22- " # start with list or dictionary of url's and use Google's API to get basic info such as: phone, address, "
22+ " # start with list or dictionary of url's and use Google's API to get basic info such as: phone, address, url request status? "
2323 ]
24+ },
25+ {
26+ "cell_type" : " code" ,
27+ "execution_count" : null ,
28+ "id" : " 40286905-da29-411e-8f59-6c0c2af78fa3" ,
29+ "metadata" : {},
30+ "outputs" : [],
31+ "source" : []
2432 }
2533 ],
2634 "metadata" : {
You can’t perform that action at this time.
0 commit comments