Geocoding Samples
We have several code samples available depending on how you are intending to use our
geocoding service.
Google Maps API mashup
The geocoding of postcodes in Google Maps API is purposefully made inaccurate due to licensing
restrictions on the data. Our services give you a licence to use the data in this way, and we've
made integrating with Google Maps API simple with our own Google-compatible geocoder class.
Read the Google Maps API guide
Find My Nearest
The add-on Find My Nearest service provides methods
for implementing a store locator service, and a
store locator tutorial is available to
get you started.
Read the Find My Nearest guide
Web services
You can get the location of a postcode in terms of easting/northing, OS grid reference and
latitude/longitude using the FindLocation method,
or of any free-text address elements using the Geocode
method.
Download the code samples