Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions #344

Open
mitchellpalermo opened this issue Mar 5, 2018 · 1 comment
Open

Questions #344

mitchellpalermo opened this issue Mar 5, 2018 · 1 comment

Comments

@mitchellpalermo
Copy link

  1. If I’m using Google for forward geocoding, where do I specify my API Key?
  2. When I want to access the results, will I have to parse some JSON to just get the raw Lat/Long?
@kdelinx
Copy link
Contributor

kdelinx commented Apr 18, 2018

Hi @mitchellpalermo, if you need to use Google geocoing, should use like this:

kwargs_geocode = {'key': settings.GOOGLE_API_KEY_APPS}
gmap_data = geocoder.google(string_of_query, **kwargs_geocode)

for see result, call property: geojson or json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants