Class ZoomRange
Package world.mappable.mapkit
java.lang.Object
↳ world.mappable.mapkit.ZoomRange
class ZoomRange implements Serializable
Describes the range of zoom levels.
Zooming is allowed between zMin and zMax values.
Summary
Constructors
|
Signature and Description |
|
ZoomRange(int zMin, |
|
ZoomRange() |
Methods
|
Type and modifiers |
Method and Description |
|
int |
getZMin() |
|
int |
getZMax() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
ZoomRange
|
ZoomRange(int zMin, |
ZoomRange
|
ZoomRange() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getZMin
|
int getZMin() |
Lower limit of zoom range, inclusive.
getZMax
|
int getZMax() |
Upper limit of zoom range, exclusive.
serialize
|
@Override |