Enum CameraUpdateSource

com.yandex.mapkit.map

public enum CameraUpdateSource

The source of the camera update.

Fields

APPLICATION

Application, by calling the map::move method.

GESTURES

User manipulation, for example: zoom, scroll, rotate, fling.

APPLICATION

Application, by calling the map::move method.

GESTURES

User manipulation, for example: zoom, scroll, rotate, fling.

Field Detail

APPLICATION

public

Application, by calling the map::move method.

GESTURES

public

User manipulation, for example: zoom, scroll, rotate, fling.