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 | Apr 12, 2012 | Keep (KP Project), Getting started
Geocode Process Overview The Geocode process adds latitude, longitude, and GeoAccuracy where possible, and is generally used with either Verify or Search. Relevant Options GeocodeCountryList Search Our Site Search for: More in This SectionGetting Started API...
by juanjsilva | Jul 27, 2012 | Keep (KP Project), Archive (KP Project), Documentation
Sample Java Code: LqtRestRegisterTestClient.java package com.loqate.ws.rest.client; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.UriBuilder; import com.sun.jersey.api.client.Client; import com.sun.jersey.api.client.WebResource; import...
by chol.gurung | Jan 21, 2014 | Keep (KP Project), Getting started
How to Obtain Version Information The Loqate release (e.g. 2013Q4) is made up of an API version and a set of data files. Various methods to find the API version: 1) Call getVersion() You can call the getVersion() method from the API using String variable to store...
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...