List of usage examples for com.google.gwt.maps.client HasMap interface-usage
From source file com.google.mobile.trippy.web.client.base.NullMap.java
public class NullMap implements HasMap { @Override public void fitBounds(HasLatLngBounds bounds) { throw new IllegalStateException("Illegal invocation"); }