Package com. mapbox. maps. plugin. animation
Types
CameraAnimationsLifecycleListener
Link copied to clipboard
interface CameraAnimationsLifecycleListener
Content copied to clipboard
Interface responsible to notify about any CameraAnimator lifecycle events registered in CameraAnimationsPlugin.
CameraAnimationsPlugin
Link copied to clipboard
CameraAnimationsPluginImpl
Link copied to clipboard
CameraAnimationsPluginImpl is designed to rule all the animations happening to the map driven by changing CameraOptions.
CameraAnimatorChangeListener
Link copied to clipboard
CameraAnimatorNullableChangeListener
Link copied to clipboard
CameraAnimatorOptions
Link copied to clipboard
CameraAnimatorsFactory
Link copied to clipboard
class CameraAnimatorsFactory
Content copied to clipboard
CameraAnimatorsFactory stands for storing default animation options.
CameraAnimatorType
Link copied to clipboard
Cancelable
Link copied to clipboard
fun fun interface Cancelable
Content copied to clipboard
MapAnimationOptions
Link copied to clipboard
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.
MapAnimationOwnerRegistry
Link copied to clipboard
object MapAnimationOwnerRegistry
Content copied to clipboard
Functions
easeTo
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Extension easeTo() for MapPluginExtensionsDelegate Ease the map camera to a given camera options and animation optionsCamera plugin with id = Plugin.MAPBOX_CAMERA_PLUGIN_ID must be added while constructing com.mapbox.maps.
flyTo
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Extension flyTo() function for MapPluginExtensionsDelegate Fly the map camera to a given camera options.
moveBy
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Extension moveBy() function for MapPluginExtensionsDelegate Move the map by a given screen coordinate with optional animation.
pitchBy
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Extension pitchBy() function for MapPluginExtensionsDelegate Pitch the map by with optional animation.
rotateBy
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Extension rotateBy() function for MapPluginExtensionsDelegate Rotate the map by with optional animation.
scaleBy
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Extension scaleBy() function for MapPluginExtensionsDelegate Scale the map by with optional animation.
Properties
camera
Link copied to clipboard
Extension val for MapView to get the Camera Animations plugin instance.