YMKModelStyleUnitType

enum YMKModelStyleUnitType : NSUInteger {}

Summary

Enum cases

YMKModelStyleUnitTypeUnit
The model is given in units

YMKModelStyleUnitTypeNormalized
Scale model proportionally to fit into 1x1x1 box

YMKModelStyleUnitTypeMeter
The model is given in meters

Enum cases

YMKModelStyleUnitTypeUnit

YMKModelStyleUnitTypeUnit

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.


YMKModelStyleUnitTypeNormalized

YMKModelStyleUnitTypeNormalized

Scale model proportionally to fit into 1x1x1 box.

Alert

Use UnitType.Unit instead.


YMKModelStyleUnitTypeMeter

YMKModelStyleUnitTypeMeter

The model is given in meters.