toggle menu
Mappedin Android SDK
5.9.0
Mappedin Android SDK
switch theme
search in API
Mappedin Android SDK
/
com.mappedin.sdk.web
/
MPIOptions
/
MarkerAnimationOptions
Marker
Animation
Options
@
Serializable
data
class
MarkerAnimationOptions
(
val
duration
:
Double
?
=
null
,
val
easing
:
MPIOptions.EASING_MODE
?
=
null
)
Members
Constructors
Marker
Animation
Options
Link copied to clipboard
constructor
(
duration
:
Double
?
=
null
,
easing
:
MPIOptions.EASING_MODE
?
=
null
)
Properties
duration
Link copied to clipboard
val
duration
:
Double
?
=
null
Duration of the animation in milliseconds.
easing
Link copied to clipboard
val
easing
:
MPIOptions.EASING_MODE
?
=
null
Easing mode for the animation.