by Chris Harman | Apr 12, 2012 | Keep (KP Project), Revise (KP Project), Documentation
GKRInfo ReverseGeocode Format Geocode Report Parse Verify Country Search (Deprecated - Maintenance mode) Query Match CASS SERP AMAS Search Our Site Search for: More in This SectionGetting Started API Architecture Local API Cloud API Field Descriptions Report Codes...
by juanjsilva | Jul 25, 2012 | Keep (KP Project), Revise (KP Project), Documentation
Sample Java Code: LoqateJavaRegisterDemo.java Search is in maintenance mode with no planned future development of bug fixes. package com.loqate.javademo; import com.loqate.*; import java.io.BufferedReader; import java.io.FileReader; import java.io.FileWriter; import...
by Chris Harman | Mar 13, 2018 | Keep (KP Project), Revise (KP Project), Documentation
Transaction Logging The old transaction logging can be found here. Architecture Loqate’s transaction log collection solution consists of three components: Central Collector installed in a machine in one of the customer’s machines. (This could be a AWS instance or a...
by Chris Harman | Apr 13, 2011 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
C++ Example #include #include "lqtcr.h" using namespace std; int main(int argc, char* argv[]) { try { // Create the objects lqtServer* srv(lqtServer::create()); lqtProcessOptions* opts(lqtProcessOptions::create()); lqtInputRecord*...
by juanjsilva | May 4, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Creating a Sample Java-based Batch File Processor Overview This tutorial describes a sample Java program which uses Loqate Local API to process an input text file containing multiple international addresses. The program writes all Loqate output results to an output...
by Chris Harman | Aug 2, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Documentation
Creating a Simplified Query Demo GUI in C# Using the Loqate .NET API Overview The tutorial provides step-by-step instructions showing developers how to create a simplified version of Loqate’s Query Demo User Interface using the Loqate .NET API. The resulting GUI will...