List of usage examples for com.google.gwt.maps.client.geocode LocationCallback interface-usage
From source file org.onebusaway.webapp.gwt.where_library.impl.CombinedSearchHandlerImpl.java
class CombinedSearchHandlerImpl extends Timer implements AsyncCallback<RoutesAndStopsBean>, SearchCompleteHandler, LocationCallback { private static final double PLACE_MERGE_DISTANCE = 25.0; private LatLngBounds _bounds;