Geocoding and Mapping Module for FileMaker Pro

FileMakerMapping

Geocoding for FileMaker Pro

We’ve had several projects that needed some basic mapping functions for FileMaker Go on iPad. For one reason or another, we never really made anything that was easily replicable. Realizing that we were going to need to do this again, we wanted to find a pre-made module.

Our aim was to have a simple way to take a group of addresses and create a map using the Google API in FileMaker. We specifically wanted the plugin to be straightforward. Nothing fancy – just simple, elegant, and (ideally) ready-to-go out of the box.

Google Maps for FileMaker

Figuring (or perhaps hoping) there was somebody in the FileMaker community who had already done this and put it up online, I went looking for something we could borrow code and ideas from. I downloaded a variety of different demo files from forums here and there, but didn’t find anything satisfactory for our purposes.

The best example I found was from a DevCon presentation in 2012 by Thomas Kunetz. Among the files included in the download was one that did exactly what we needed. This download contained a few inefficiencies and was tailored for a presentation. All of the field and language settings were in French, and it took a while for us to reverse engineer a few parts of it. However, it had some of the best and simplest code we could build from.

fmMapping by AppWorks

Starting with that, we built a new file from scratch and adapted the Google API code a bit. We rewrote all the scripts for our purposes, while also using some features from FileMaker 13 (specifically, geocoding addresses on server instead of locally). We built it to be easy to plug into an existing FileMaker solution, distilling it down to only the essential components. Extra code was added specifically to avoid the need to add new summary or global fields.

Now we had a nice simple module that we could install in future projects. Since we recognized there was need for just such a module in the FileMaker community, we decided we’d release it. We did so under a Creative Commons license for free.

FileMaker Mapping Download

Enjoy! (Perhaps this goes without saying, but AppWorks makes no warranty, express or implied, for its performance/suitability for a given task.)