
com.afrigis.services.geocode.impl.GeocodeDetailsResponseImpl 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.impl;
import com.afrigis.services.geocode.DetailsResponse;
/**
* Default implementation of {@link DetailsResponse}.
* @author hendrikc
*
*/
public class GeocodeDetailsResponseImpl extends GeocodeResponseImpl
implements DetailsResponse {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy