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...
by juanjsilva | Apr 21, 2013 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Loqate Multithreading Sample Code in Java Overview This sample code below is provided as a reference to developers that want to use the Loqate Engine in a multithreaded environment. The LqtMultithreadTestDriver class is responsible for creating multiple threads. The...
by Chris Harman | Jul 11, 2012 | Keep (KP Project), Revise (KP Project), Getting started
The Loqate library is available as a shared object on the following Linux platforms: loqate_installer_hpux Platform Version Build Compiler Library Dependencies HP-UX (Itanium) 11iv2 HP C/aC++ B3910B A.06.20 libstd_v2.so.1 libCsup.so.1 libm.so.1 libunwind.so.1 11iv3...