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

FULL
Link copied to clipboard
@SerializedName(value = "full")
FULL("full")

The map is fully rendered.

PARTIAL
Link copied to clipboard
@SerializedName(value = "partial")
PARTIAL("partial")

The map is partially rendered. Partially rendered map means that not all data needed to render the map has been arrived from the network or being parsed.

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