
com.afrigis.services.geocode.DetailsResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geocode Show documentation
Show all versions of geocode Show documentation
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