RenderMode

Deprecated

This enum class is deprecated, and will be removed in next major release.

Replace with

RenderModeType

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

Parameters

value

String value of this enum

Entries

Link copied to clipboard
@SerializedName(value = "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.

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

The map is fully rendered.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard