MapLibre Native Android
Toggle table of contents
13.4.1
openglRelease
Target filter
openglRelease
Switch theme
Search in API
Skip to content
MapLibre Native Android
MapLibre Native Android
/
org.maplibre.android.style.layers
/
TransitionOptions
Transition
Options
open
class
TransitionOptions
(
source
)
Resembles transition property from the style specification.
See also
Transition documentation
Members
Constructors
Transition
Options
Link copied to clipboard
constructor
(
duration
:
Long
,
delay
:
Long
)
Create a transition property based on duration and a delay.
constructor
(
duration
:
Long
,
delay
:
Long
,
enablePlacementTransitions
:
Boolean
)
Create a transition property.
Properties
delay
Link copied to clipboard
open
val
delay
:
Long
duration
Link copied to clipboard
open
val
duration
:
Long
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
from
Transition
Options
Link copied to clipboard
open
fun
fromTransitionOptions
(
duration
:
Long
,
delay
:
Long
)
:
TransitionOptions
Create a transition property based on duration and a delay.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Enable
Placement
Transitions
Link copied to clipboard
open
fun
isEnablePlacementTransitions
(
)
:
Boolean
Get the flag that describes whether the fade in/out symbol placement transition should be enabled.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String