Best way to search a place by lat/lng

I want to get POIs around the user location using Search API. I have place name, and sometimes name has typos or not fully typed. My current usage is calling Search API with ‘{name} near lat:{lat} - lng:{lng}’ query.

Is there a better query for my needs?