Example usage for com.google.gwt.maps.client.control ControlAnchor TOP_LEFT

List of usage examples for com.google.gwt.maps.client.control ControlAnchor TOP_LEFT

Introduction

In this page you can find the example usage for com.google.gwt.maps.client.control ControlAnchor TOP_LEFT.

Prototype

ControlAnchor TOP_LEFT

To view the source code for com.google.gwt.maps.client.control ControlAnchor TOP_LEFT.

Click Source Link

Usage

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);
}