April 13, 201510 yr Newbies Hey, Just wanted to let everyone know about a little module we put together for geocoding and mapping. Simple to install and free to download. I'd love to hear what people think. http://msnmedia.com/blog/2015/04/10/geocoding-and-mapping-module-filemaker-pro
April 13, 201510 yr This looks like a great resource for mapping. Geocoding presents some conflicts with the Google API's terms of use for non-paying users, e.g., you can't save geocoding results, and you can't use them for anything but mapping. The OpenStreetMap and open version of the MapQuest APIs are both more permissive.
April 13, 201510 yr Author Newbies Hmmm, maybe I missed something (totally possible - there's a lot to read), but as I understand, the API is free to use for geocoding, as long as you only use those coordinates in Google maps, and also you're permitted to cache results for up to 30 days. Google does limit you to 2500 requests per day per IP address for free, and no more than 5 per second (which in my tests, FM Server 13 easily outstrips, so I had to put a delay in between loops). If you want more you have to use a paid API Key.
April 15, 201510 yr the API is free to use for geocoding, as long as you only use those coordinates in Google maps That's exactly the restriction I mean. Every application I've worked on that uses geocoding needed it for purposes that don't involve maps, such as for distance calculations and location-radius-based finds. It might be possible to mitigate your issue with the request rate limit by using a bulk geocoding API instead. Google and MapQuest both have one. Edited April 15, 201510 yr by jbante
May 15, 201510 yr Great example, thanks sharing it! What would be required to get distance by vehicle?
September 15, 201510 yr I've never used it to calculate actual driving distance but it should be able to...check out https://developers.google.com/maps/documentation/distance-matrix/intro
Create an account or sign in to comment