Types
CameraAnimationsLifecycleListener
Link copied to clipboard
interface CameraAnimationsLifecycleListener
Content copied to clipboard
CameraAnimationsPlugin
Link copied to clipboard
CameraAnimationsPluginImpl
Link copied to clipboard
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
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
MapAnimationOwnerRegistry
Link copied to clipboard
object MapAnimationOwnerRegistry
Content copied to clipboard
Functions
easeTo
Link copied to clipboard
fun MapPluginExtensionsDelegate.easeTo(cameraOptions: CameraOptions, animationOptions: MapAnimationOptions?): Cancelable
Content copied to clipboard
flyTo
Link copied to clipboard
fun MapPluginExtensionsDelegate.flyTo(cameraOptions: CameraOptions, animationOptions: MapAnimationOptions?): Cancelable
Content copied to clipboard
moveBy
Link copied to clipboard
fun MapPluginExtensionsDelegate.moveBy(screenCoordinate: ScreenCoordinate, animationOptions: MapAnimationOptions?): Cancelable
Content copied to clipboard
pitchBy
Link copied to clipboard
fun MapPluginExtensionsDelegate.pitchBy(pitch: Double, animationOptions: MapAnimationOptions?): Cancelable
Content copied to clipboard
rotateBy
Link copied to clipboard
fun MapPluginExtensionsDelegate.rotateBy(first: ScreenCoordinate, second: ScreenCoordinate, animationOptions: MapAnimationOptions?): Cancelable
Content copied to clipboard
scaleBy
Link copied to clipboard
fun MapPluginExtensionsDelegate.scaleBy(amount: Double, screenCoordinate: ScreenCoordinate?, animationOptions: MapAnimationOptions?): Cancelable
Content copied to clipboard
Properties
camera
Link copied to clipboard
Extension val for MapView to get the Camera Animations plugin instance.