I got a problem with place API, I want to call https://maps.googleapis.com/maps/api/place/textsearch/json?&location=50.6288692%2C3.0621601&type=gym&key=[YOUR_KEY]
I try with axios, and also with https://cors-anywhere.herokuapp.com/
but I always got my CORS error.
I try to call with [https://www.npmjs.com/package/google-maps] but place is not find when I make
new google.maps.place
Have you an idea ? :)