-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
The Google Maps APIs are now API-key- and billing-restricted, which makes using them for student-run organizations harder (specifically the billing part; projects are required to have a credit card on file).
All we're using the Google Maps API for is to map cities -> longitude/latitude coordinates, which then get passed to the FCC.gov API for determining FIPS codes (to create a graph of counties). There has to be another API out there that handles this for us.