-2

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.

Anvith
  • 1
  • Open Street Map has a number of offerings. Not sure about autocomplete, but they do have turn-by-turn directions, for example, and pretty decent searches. – Randal Schwartz Aug 09 '23 at 04:02
  • Requesting for suggestions regarding libraries, API, etc is considered Off Topic for StackOverFlow policies – Mariano Zorrilla Aug 09 '23 at 04:44
  • @RandalSchwartz Thank you for the suggestion. I tried looking at Open Street Api, but not a best fit for my use case. – Anvith Aug 10 '23 at 00:13
  • @MarianoZorrilla You can stop posting not useful comments on users actually needing help. Stackoverflow is a community where people can learn from others knowledge. Others might have explored such options and tried them. This can help a fellow user. – Anvith Aug 10 '23 at 00:17
  • @Anvith I'm a moderator here. I recommend you to read the on topic policies: https://stackoverflow.com/help/on-topic and exactly the point regarding "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource" – Mariano Zorrilla Aug 10 '23 at 02:50

1 Answers1

-1

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.

Harsh Sureja
  • 1,052
  • 1
  • 9
  • 22
  • Please, don't give answers regarding off topic questions. Asking for libraries, API, etc is considered off topic for StackOverFlow policies – Mariano Zorrilla Aug 09 '23 at 04:44