[SOLVED] Google Places API Local Resturants

I’m having trouble getting my application to work.

I’ve created an address input and a google maps element. I set up the places API and told it to do a radius search with the location from the address input. I’ve also tried a radius search. The API call keeps failing returning 0 results. When I inspect the call step-by-step the location info is correct in the query.

Wondering what I should do next. Please help.

All 3 types of search working here …

Have you got your API token set up ?

Bear in mind that the “Radar” search type only returns points on a map.

2 Likes

Thanks! Your example helped me solve this problem.