Companion

object Companion

Static methods and variables.

Functions

Link copied to clipboard
@JvmStatic
fun valueOf(value: String): ModelScaleMode

Utility function to get ModelScaleMode instance from given value.

Properties

Link copied to clipboard
@JvmField
val MAP: ModelScaleMode

Model is scaled so that it's always the same size relative to other map features. The property model-scale specifies how many meters each unit in the model file should cover.

Link copied to clipboard
@JvmField
val VIEWPORT: ModelScaleMode

Model is scaled so that it's always the same size on the screen. The property model-scale specifies how many pixels each unit in model file should cover.