Closed GoogleCodeExporter closed 9 years ago
closeable, proxy can be established via
final AdvancedGeoCoder advancedGeoCoder = new AdvancedGeoCoder();
advancedGeoCoder.getHttpClient().getHostConfiguration().setProxy("proxy.example.
com", 8080);
GeocoderRequest geocoderRequest = new
GeocoderRequestBuilder().setAddress("Paris,
France").setLanguage("en").getGeocoderRequest();
GeocodeResponse geocoderResponse = geocoder.geocode(geocoderRequest);
nothing like reading documentation, duh..
duh..
Original comment by juanpabl...@gmail.com
on 7 Oct 2013 at 7:18
Seems like there's an error:
GeocodeResponse geocoderResponse = geocoder.geocode(geocoderRequest);
You're calling geocoder, but I guess you should call advancedGeoCoder instead.
Or am I missing something?
Original comment by cockabon...@gmail.com
on 13 Mar 2014 at 2:06
[deleted comment]
Update example
Original comment by panchmp
on 30 Apr 2014 at 10:42
Original issue reported on code.google.com by
juanpabl...@gmail.com
on 4 Oct 2013 at 10:43