com.google.code.geocoder
Class Geocoder

java.lang.Object
  extended by com.google.code.geocoder.Geocoder
Direct Known Subclasses:
AdvancedGeoCoder

public class Geocoder
extends Object

Author:
Michael Panchenko

Constructor Summary
Geocoder()
           
Geocoder(String clientId, String clientKey)
           
 
Method Summary
 GeocodeResponse geocode(GeocoderRequest geocoderRequest)
           
static String getGeocoderHost()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Geocoder

public Geocoder()

Geocoder

public Geocoder(String clientId,
                String clientKey)
         throws InvalidKeyException
Throws:
InvalidKeyException
Method Detail

geocode

public GeocodeResponse geocode(GeocoderRequest geocoderRequest)
                        throws IOException
Throws:
IOException

getGeocoderHost

public static String getGeocoderHost()


Copyright © 2014. All Rights Reserved.