@Api(allMethods=true) public class ScaleConfigurationInfo extends Object implements IsInfo
| Constructor and Description |
|---|
ScaleConfigurationInfo() |
| Modifier and Type | Method and Description |
|---|---|
ScaleInfo |
getMaximumScale()
Returns the maximum scale of the map.
|
List<ScaleInfo> |
getZoomLevels()
Returns a list of predefined zoom levels allowed by the map.
|
void |
setMaximumScale(ScaleInfo maximumScale)
Sets the maximum scale of the map.
|
void |
setZoomLevels(List<ScaleInfo> zoomLevels)
Sets a list of predefined zoom levels allowed by the map.
|
public ScaleInfo getMaximumScale()
public void setMaximumScale(ScaleInfo maximumScale)
maximumScale - the maximum scale of the mappublic List<ScaleInfo> getZoomLevels()
Copyright © 2015 Geosparc. All Rights Reserved.