Package com.yandex.mapkit

Class ZoomRange

java.lang.Object
    ↳ com.yandex.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,
          int zMax)

ZoomRange()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

int

getZMin()
Lower limit of zoom range, inclusive.

int

getZMax()
Upper limit of zoom range, exclusive.

void

serialize(com.yandex.runtime.bindings.Archive archive)

Constuctors

ZoomRange

ZoomRange(int zMin,
          int zMax)


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
void serialize(com.yandex.runtime.bindings.Archive archive)