django rest framework with React js : How to use google map api with django

Viewed 11

I have to use the google maps api and i have needed it to show stores with coordinates. for example, i have a searchbar in which you enter the name of a town and this show you a page with differents places nearby.

with descriptions, and the place where is located.

At the moment, I have done the autocomplete with react JS so I can have the places suggestions. I would like to know, how can I have the places nearby with django.

0 Answers
Related