by Christina Rivera | Apr 5, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
How to Integrate the Loqate C++ API using Microsoft Visual Studio 1. Launch Microsoft Visual Studio (the following screenshots are taken from Microsoft Visual Studio 2005). 2. Select File > New > Project 3. The New Project wizard will open. Highlight...
by Chris Harman | Sep 6, 2013 | Keep (KP Project), Revise (KP Project), Getting started
...
by Chris Harman | Jun 16, 2015 | Keep (KP Project), Revise (KP Project), Getting started
Demo Suite Menu Welcome to the Loqate Demo Suite From this page, you’ll be able to select an interface that demonstrates one or more Loqate processes through our Cloud API. Please use the links below to access the demo you’d like to use. Single-line,...
by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Documentation
Field Descriptions Primary Data Fields Address Fields Unmatched Field Geocode Fields Data Enhancement Process Fields Server & Process Fields processStatus serverStatus Certified Product Fields CASS Fields SERP Fields AMAS Fields Documentation for our report codes...
by Chris Harman | Apr 13, 2011 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Java Example import com.loqate.*; import java.io.*; import java.net.*; public class lqtSample { static { System.loadLibrary("lqtjava"); } public static void main(String args[]) { // Loqate objects lqtServer srv = lqtServer.create(); lqtInputRecord rec =...
by Chris Harman | Oct 16, 2013 | Keep (KP Project), Revise (KP Project), Getting started
How Are Geocode Accuracy Codes Generated? Recently, a Loqate customer sent us a question about geocode accuracy codes returned by The Loqate Engine. The addresses were next to each other on the same street, but had three different codes. It doesn’t seem to make...