org.gwtopenmaps.openlayers.client.control
Class MousePosition
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
org.gwtopenmaps.openlayers.client.control.Control
org.gwtopenmaps.openlayers.client.control.MousePosition
public class MousePosition
- extends Control
Displays the geographic coordinates of the position of the mouse cursor.
To display the coordinates outside the map, the HTML element where the
coordinates should be displayed should be passed to the constructor.
- Since:
- GWT-OL 0.2
- Author:
- Erdem Gunay, Edwin Commandeur
Methods inherited from class org.gwtopenmaps.openlayers.client.control.Control |
activate, addControlActivateListener, addControlDeactivateListener, deactivate, disable, enable, getControlId, getLayer, getMap, getZIndex, isActive, narrowToControl, setAutoActivate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MousePosition
protected MousePosition(JSObject element)
MousePosition
public MousePosition()
MousePosition
public MousePosition(MousePositionOptions options)
- Parameters:
options
- -- Since:
- GWT-OL 0.4
Copyright © 2011 sourceforge. All Rights Reserved.