RenderMode

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

enum RenderMode : Enum<RenderMode>

Entries

PARTIAL
Link copied to clipboard

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.

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

The map is fully rendered.

@SerializedName(value = "full")
FULL()

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
override fun finalize()
getDeclaringClass
Link copied to clipboard
override 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
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int