List of usage examples for com.google.gwt.maps.client.control ControlAnchor TOP_LEFT
ControlAnchor TOP_LEFT
To view the source code for com.google.gwt.maps.client.control ControlAnchor TOP_LEFT.
Click Source Link
From source file:org.onebusaway.webapp.gwt.mobile_application.view.LargeButtonMapControl.java
License:Apache License
public LargeButtonMapControl() { super(new ControlPosition(ControlAnchor.TOP_LEFT, 5, 5), true, true); }