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)
           
 
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)


Copyright © 2013. All Rights Reserved.