org.chenillekit.google.services
Interface GoogleService

All Known Subinterfaces:
GoogleGeoCoder
All Known Implementing Classes:
GoogleGeoCoderImpl

public interface GoogleService

Version:
$Id: GoogleService.java 316 2008-11-11 16:42:03Z homburgs $

Method Summary
 String getKey()
          the google access key.
 String getProxy()
          get the proxy.
 String getReferer()
          the configured referer.
 int getTimeout()
          timeout for service request.
 

Method Detail

getProxy

String getProxy()
get the proxy.


getReferer

String getReferer()
the configured referer.


getTimeout

int getTimeout()
timeout for service request.


getKey

String getKey()
the google access key.



Copyright © 2008-2011 ChenilleKit. All Rights Reserved.