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

Access more Google Place data #30

Open
hfc888 opened this issue Sep 3, 2020 · 5 comments
Open

Access more Google Place data #30

hfc888 opened this issue Sep 3, 2020 · 5 comments
Assignees

Comments

@hfc888
Copy link

hfc888 commented Sep 3, 2020

DESCRIPTION

Is it possible to get access to the JSON from Google? This is a great library but would love to be able to store the address and opening times for business, etc.

@oscarmcm oscarmcm self-assigned this Sep 3, 2020
@oscarmcm
Copy link
Owner

oscarmcm commented Sep 3, 2020

Related to #23
Currently not out of the box, but I can add support for this. Question: do you want this data to be show in the user input?

@andrewgy8
Copy link
Contributor

This is an interesting feature. I would too like to be able to grab the opening times data. Any idea what it would take to do this? Im thinking if there is some way to hook into the api call and once done, you can do whatever you want with the data.

@oscarmcm
Copy link
Owner

@andrewgy8 This might require to move away from a CharField to a JSONField in order to store more information from the google maps API and maybe a new Setting that stores which data you want from the API.

@andrewgy8
Copy link
Contributor

Yeah, that could work. You are thinking of POSTing all the returned data to a field on the model and then the user can do whatever he/she wants with it on the server side?

@daweedm
Copy link

daweedm commented Feb 25, 2023

Hello, any news about this feature ?

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

No branches or pull requests

4 participants