public interface MapView
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Clear map view.
|
void |
destroyAll()
Clear all map view elements.
|
BoundingBox |
getBoundingBox() |
Dimension |
getDimension() |
FpsCounter |
getFpsCounter() |
FrameBuffer |
getFrameBuffer() |
int |
getHeight() |
LayerManager |
getLayerManager() |
MapScaleBar |
getMapScaleBar() |
Model |
getModel() |
int |
getWidth() |
void |
repaint()
Requests a redrawing as soon as possible.
|
void |
setMapScaleBar(MapScaleBar mapScaleBar) |
void destroy()
void destroyAll()
BoundingBox getBoundingBox()
Dimension getDimension()
FpsCounter getFpsCounter()
FrameBuffer getFrameBuffer()
int getHeight()
LayerManager getLayerManager()
MapScaleBar getMapScaleBar()
Model getModel()
int getWidth()
void repaint()
void setMapScaleBar(MapScaleBar mapScaleBar)
Copyright © 2015 mapsforge.org