com.google.code.geocoder
Class AdvancedGeoCoder

java.lang.Object
  extended by com.google.code.geocoder.Geocoder
      extended by com.google.code.geocoder.AdvancedGeoCoder

public class AdvancedGeoCoder
extends Geocoder

Author:
Michael Panchenko

Constructor Summary
AdvancedGeoCoder()
           
AdvancedGeoCoder(org.apache.commons.httpclient.HttpClient httpClient)
           
AdvancedGeoCoder(org.apache.commons.httpclient.HttpClient httpClient, String clientId, String clientKey)
           
AdvancedGeoCoder(String clientId, String clientKey)
           
 
Method Summary
 
Methods inherited from class com.google.code.geocoder.Geocoder
geocode, getGeocoderHost
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedGeoCoder

public AdvancedGeoCoder(org.apache.commons.httpclient.HttpClient httpClient)

AdvancedGeoCoder

public AdvancedGeoCoder()

AdvancedGeoCoder

public AdvancedGeoCoder(String clientId,
                        String clientKey)
                 throws InvalidKeyException
Throws:
InvalidKeyException

AdvancedGeoCoder

public AdvancedGeoCoder(org.apache.commons.httpclient.HttpClient httpClient,
                        String clientId,
                        String clientKey)
                 throws InvalidKeyException
Throws:
InvalidKeyException


Copyright © 2014. All Rights Reserved.