Enum UnitType

Package world.mappable.mapkit.map

java.lang.Object
    ↳ java.lang.Enum
        ↳ world.mappable.mapkit.map.ModelStyle.UnitType

static final enum UnitType

Enum Constant Summary

Enum Constants

Description

UNIT

The model is given in units.

NORMALIZED

METER

The model is given in meters.

Summary

Methods

Type and modifiers

Method and Description

static UnitType[]

values()

static UnitType

valueOf(java.lang.String name)

Enum Constants Detail

UNIT

static final

UnitType

UNIT

The model is given in units.

The size of a unit is equal to the size of a pixel at the current zoom level when the camera position's tilt is equal to 0 and the scale factor is equal to 1.


NORMALIZED

static final

UnitType

NORMALIZED

Alert

Use UnitType.Unit instead. Scale model proportionally to fit into 1x1x1 box.


METER

static final

UnitType

METER

The model is given in meters.


Methods

values

UnitType[] values()


valueOf

UnitType valueOf(java.lang.String name)