public interface GeoMapPositioned
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.graphics.Point |
getMapPosition()
Gets the position of the upper left corner of the map.
|
int |
getMaxZoom()
Gets the maximum supported zoom level
|
int |
getZoom()
Gets the current zoom level
|
void |
setMapPosition(int x,
int y)
Sets the position of the upper left corner of the map.
|
void |
setZoom(int zoom)
Sets the current zoom level
|
org.eclipse.swt.graphics.Point getMapPosition()
void setMapPosition(int x,
int y)
x - the x coordinatey - the y coordinateint getZoom()
int getMaxZoom()
void setZoom(int zoom)
zoom - the new zoom level