Package com.yandex.mapkit.map

Enum PointOfView

java.lang.Object
    ↳ java.lang.Enum
        ↳ com.yandex.mapkit.map.PointOfView

final enum PointOfView

The point of view.

Enum Constant Summary

Enum Constants

Description

SCREEN_CENTER

Point of View is centered on the screen.

ADAPT_TO_FOCUS_POINT_HORIZONTALLY

Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen.

Summary

Methods

Type and modifiers

Method and Description

static PointOfView[]

values()

static PointOfView

valueOf(java.lang.String name)

Enum Constants Detail

SCREEN_CENTER

static final

PointOfView

SCREEN_CENTER

Point of View is centered on the screen.


ADAPT_TO_FOCUS_POINT_HORIZONTALLY

static final

PointOfView

ADAPT_TO_FOCUS_POINT_HORIZONTALLY

Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen.


Methods

values

PointOfView[] values()


valueOf

PointOfView valueOf(java.lang.String name)


Предыдущая
Следующая