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

com.afrigis.services.geocode.impl.GeocodeDetailsResponseImpl 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.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