RenderMode

enum RenderMode : Enum<RenderMode>

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

Entries

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

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int