com.mapitz.gwt.googleMaps.client
Interface GGeocodeResultListener


public interface GGeocodeResultListener

Event listener for geocoding results

Author:
aglaforge

Method Summary
 void onFail()
          On geocode failure
 void onSuccess(GLatLng latlng)
          Returns the latitude and longitude of the best matching address
 

Method Detail

onSuccess

void onSuccess(GLatLng latlng)
Returns the latitude and longitude of the best matching address

Parameters:
latlng -

onFail

void onFail()
On geocode failure