public final enum

BillboardScaling

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.carto.styles.BillboardScaling

Class Overview

Possible scaling modes for billboards.

Summary

Enum Values
BillboardScaling  BILLBOARD_SCALING_CONST_SCREEN_SIZE  Billboard's screen size is always the same, regardless of the zoom level, tilt angle or
billboard's position. 
BillboardScaling  BILLBOARD_SCALING_SCREEN_SIZE  Billboard's size on screen is unaffected by zooming, but billboards
that are further away from the camera get smaller when the tilt angle is < 90. 
BillboardScaling  BILLBOARD_SCALING_WORLD_SIZE  Billboard has a constant world space size. 
Public Methods
static BillboardScaling swigToEnum(int swigValue)
final int swigValue()
static BillboardScaling valueOf(String name)
final static BillboardScaling[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BillboardScaling BILLBOARD_SCALING_CONST_SCREEN_SIZE

Billboard's screen size is always the same, regardless of the zoom level, tilt angle or
billboard's position.

public static final BillboardScaling BILLBOARD_SCALING_SCREEN_SIZE

Billboard's size on screen is unaffected by zooming, but billboards
that are further away from the camera get smaller when the tilt angle is < 90.

public static final BillboardScaling BILLBOARD_SCALING_WORLD_SIZE

Billboard has a constant world space size. Zooming causes the billboard
to get smaller or bigger on the screen.

Public Methods

public static BillboardScaling swigToEnum (int swigValue)

public final int swigValue ()

public static BillboardScaling valueOf (String name)

public static final BillboardScaling[] values ()