Package com.yandex.mapkit.map

Enum RotationType

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

final enum RotationType

The way rotation is handled.

Enum Constant Summary

Enum Constants

Description

NO_ROTATION

Ignores the placemark direction; stable in screen space.

ROTATE

Follows the placemark direction.

Summary

Methods

Type and modifiers

Method and Description

static RotationType[]

values()

static RotationType

valueOf(java.lang.String name)

Enum Constants Detail

NO_ROTATION

static final

RotationType

NO_ROTATION

Ignores the placemark direction; stable in screen space.


ROTATE

static final

RotationType

ROTATE

Follows the placemark direction.

For non-flat placemarks, the direction vector is projected onto the screen plane.


Methods

values

RotationType[] values()


valueOf

RotationType valueOf(java.lang.String name)