Enum RotationType
Package world.mappable.mapkit.map
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.map.RotationType
final enum RotationType
The way rotation is handled.
Enum Constant Summary
|
Enum Constants |
Description |
|
Ignores the placemark direction; stable in screen space. |
|
|
Follows the placemark direction. |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
NO_ROTATION
|
|
NO_ROTATION |
Ignores the placemark direction; stable in screen space.
ROTATE
|
|
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) |