0

i want to use the google-maps-api v3 for the following tasks:

  1. address-autocomplete in search field
  2. calculate distance from search input to search results (locations in my own database)
  3. show the locations (with small distance) on a map

I can show up to 25000 maps per day for free. But what is with the features in task (1) and (2)? Are they limited?

user3241334
  • 157
  • 2
  • 8

1 Answers1

2

You probably want just a Geocoding API. You can easily do the calculations in your own code (there are multiple libs for it). Take a look at this article that compare geocoding apis. Probably the one with the greatest limit is Yahoo. Ops, the free one has been deprecated!

Go with Bing, instead. It has a limit of 30,000 queries

Community
  • 1
  • 1
neves
  • 33,186
  • 27
  • 159
  • 192