Package org.mapsforge.map.model
Class MapViewDimension
java.lang.Object
org.mapsforge.map.model.common.Observable
org.mapsforge.map.model.MapViewDimension
- All Implemented Interfaces:
ObservableInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mapsforge.core.model.DimensionvoidsetDimension(org.mapsforge.core.model.Dimension dimension) Methods inherited from class org.mapsforge.map.model.common.Observable
addObserver, notifyObservers, removeObserver
-
Constructor Details
-
MapViewDimension
public MapViewDimension()
-
-
Method Details
-
getDimension
public org.mapsforge.core.model.Dimension getDimension()- Returns:
- the current dimension of the
MapView(may be null).
-
setDimension
public void setDimension(org.mapsforge.core.model.Dimension dimension)
-