All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.afrigis.services.geocode.DetailsResponse Maven / Gradle / Ivy

Go to download

Forward Geocoding matches an address to its correct location on the map by converting an address into geographical coordinates. Applications submit addresses or a search string containing partial address information. The result is either a single record exactly matching the input, or a set of records ranked by relevance when the input is ambiguous.

The newest version!
package com.afrigis.services.geocode;

/**
 * Response generated by querying for details on an SEOID. 
 * @author hendrikc
 *
 */
public interface DetailsResponse extends AddressResponse {
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy