Map Animation Options
class MapAnimationOptions
Content copied to clipboard
Map transition options which are used to configure animation if using high-level API like CameraAnimationsPlugin.easeTo, CameraAnimationsPlugin.flyTo etc MapAnimationOptions.Builder should be used to create options object via DSL function mapAnimationOptions.
Types
Builder
Link copied to clipboard
class Builder
Content copied to clipboard
Builder class used to construct immutable MapAnimationOptions object.
Functions
Properties
animatorListener
Link copied to clipboard
Animator start / cancel / end listener.
interpolator
Link copied to clipboard
The animation interpolator.
startDelay
Link copied to clipboard
The amount of time, in milliseconds, to delay starting the animation after animation start.