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

com.bytebybyte.mapquest.geocoding.service.IGeocodingService Maven / Gradle / Ivy

package com.bytebybyte.mapquest.geocoding.service;

public interface IGeocodingService {

	IResponse geocode(IGeocodeRequest request);

	IResponse reverseGeocode(IReverseGeocodeRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy