I am working on a flutter application for both ios and android using Flutter Flow. I am working on a feature where users can search for listings in a specific area(Requires Address) or nearby(Using Mobile GPS).

I am looking for any api's or libraries which can help me achieve any or all of the following. At the moment I can't invest money into using Google Maps Api's or any other's that involve money.

  1. Help users with suggestions as user types in the address into a search box.
  2. Once an address is selected from suggestions, Convert the specific address to Latitude and Longitude.
  3. OR Show a static map to user and allow user to place a marker on the map which can return coordinates and I can use them to list nearby listings.

Can anyone suggest any api's or services I can use for the above use cases? I know there's always a price associated with such huge implementations. But looking for suggestions from community and combine them into workable solution.

Thanks in advance.

Looked at Google maps Apis, Open Cage api's.

4

1 Answer

I found one API service which gives free auto completed address APIs ( There are some limitations of-course). This tool is Radar. You will find auto complete API from here. It may be not accurate as Google Place API.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.