Class JamTypeColor

com.yandex.mapkit.map

java.lang.Object ⇽ JamTypeColor

public class JamTypeColor

Color for specific level of traffic intensity.

Constructors

JamTypeColor(JamType jamType, int jamColor)
JamTypeColor()

Use constructor with parameters in your code.

JamTypeColor(JamType jamType, int jamColor)
JamTypeColor()

Use constructor with parameters in your code.

Methods

int getJamColor()
JamType getJamType()
void serialize(Archive archive)
int getJamColor()
JamType getJamType()
void serialize(Archive archive)

Constructor Detail

JamTypeColor

public JamTypeColor (JamType jamType, int jamColor)

JamTypeColor

public JamTypeColor ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getJamColor

public int getJamColor ()

getJamType

public JamType getJamType ()

serialize

public void serialize (Archive archive)