mapbox-maps-android
/
com.mapbox.maps.extension.observable.model
/
RenderMode
Render
Mode
enum
RenderMode
:
Enum
<
RenderMode
>
Content copied to clipboard
Describes whether a map or frame has been fully rendered or not.
Entries
Properties
Entries
FULL
Link copied to clipboard
@
SerializedName
(
value =
full
)
FULL
()
Content copied to clipboard
The map is fully rendered.
PARTIAL
Link copied to clipboard
@
SerializedName
(
value =
partial
)
PARTIAL
()
Content copied to clipboard
The map is partially rendered.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard