Class ZoomRange

com.yandex.mapkit

java.lang.Object ⇽ ZoomRange

public class ZoomRange

Describes the range of zoom levels.

Zooming is allowed between zMin and zMax values.

Constructors

ZoomRange(int zMin, int zMax)
ZoomRange()

Use constructor with parameters in your code.

ZoomRange(int zMin, int zMax)
ZoomRange()

Use constructor with parameters in your code.

Methods

int getZMax()

Upper limit of zoom range, exclusive.

int getZMin()

Lower limit of zoom range, inclusive.

void serialize(Archive archive)
int getZMax()

Upper limit of zoom range, exclusive.

int getZMin()

Lower limit of zoom range, inclusive.

void serialize(Archive archive)

Constructor Detail

ZoomRange

public ZoomRange (int zMin, int zMax)

ZoomRange

public ZoomRange ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getZMax

public int getZMax ()

Upper limit of zoom range, exclusive.

getZMin

public int getZMin ()

Lower limit of zoom range, inclusive.

serialize

public void serialize (Archive archive)