RenderMode

enum RenderMode : Enum<RenderMode>

Describes whether a map or frame has been fully rendered or not.

Parameters

value

String value of this enum

Entries

PARTIAL
Link copied to clipboard
@SerializedName(value = "partial")
PARTIAL("partial")
The map is partially rendered.
FULL
Link copied to clipboard
@SerializedName(value = "full")
FULL("full")
The map is fully rendered.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: RenderMode): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<RenderMode>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String
String value of this enum