com.jappit.midmaps.googlemaps
Class GoogleMapsGeocoder

java.lang.Object
  extended by com.jappit.midmaps.googlemaps.GoogleMapsGeocoder

public class GoogleMapsGeocoder
extends java.lang.Object


Field Summary
static int ERROR_BAD_API_KEY
           
static int ERROR_BAD_REQUEST
           
static int ERROR_MISSING_QUERY
           
static int ERROR_SERVER_ERROR
           
static int ERROR_TOO_MANY_QUERIES
           
static int ERROR_UNAVAILABLE_ADDRESS
           
static int ERROR_UNKNOWN_ADDRESS
           
static int ERROR_UNKNOWN_DIRECTIONS
           
 
Method Summary
 void geocodeAddress(java.lang.String address)
           
 void setHandler(GoogleMapsGeocoderHandler handler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_BAD_REQUEST

public static final int ERROR_BAD_REQUEST
See Also:
Constant Field Values

ERROR_SERVER_ERROR

public static final int ERROR_SERVER_ERROR
See Also:
Constant Field Values

ERROR_MISSING_QUERY

public static final int ERROR_MISSING_QUERY
See Also:
Constant Field Values

ERROR_UNKNOWN_ADDRESS

public static final int ERROR_UNKNOWN_ADDRESS
See Also:
Constant Field Values

ERROR_UNAVAILABLE_ADDRESS

public static final int ERROR_UNAVAILABLE_ADDRESS
See Also:
Constant Field Values

ERROR_UNKNOWN_DIRECTIONS

public static final int ERROR_UNKNOWN_DIRECTIONS
See Also:
Constant Field Values

ERROR_BAD_API_KEY

public static final int ERROR_BAD_API_KEY
See Also:
Constant Field Values

ERROR_TOO_MANY_QUERIES

public static final int ERROR_TOO_MANY_QUERIES
See Also:
Constant Field Values
Method Detail

setHandler

public void setHandler(GoogleMapsGeocoderHandler handler)

geocodeAddress

public void geocodeAddress(java.lang.String address)