Map Transform Delegate
Definition of a map transform delegate.
interface MapTransformDelegate
Content copied to clipboard
Functions
drag
Link copied to clipboard
abstract fun drag(fromPoint: ScreenCoordinate, toPoint: ScreenCoordinate, animation: AnimationOptions?)
Content copied to clipboard
dragStart
Link copied to clipboard
equals
Link copied to clipboard
getBounds
Link copied to clipboard
getCameraOptions
Link copied to clipboard
getMapOptions
Link copied to clipboard
getMaxZoom
Link copied to clipboard
getMinZoom
Link copied to clipboard
isGestureInProgress
Link copied to clipboard
isUserAnimationInProgress
Link copied to clipboard
jumpTo
Link copied to clipboard
setBounds
Link copied to clipboard
setConstrainMode
Link copied to clipboard
setGestureInProgress
Link copied to clipboard
setNorthOrientation
Link copied to clipboard
setUserAnimationInProgress
Link copied to clipboard
setViewportMode
Link copied to clipboard
terrainEnabled
Link copied to clipboard
Inheritors
MapboxMap
Link copied to clipboard
Extensions
easeTo
Link copied to clipboard
fun MapTransformDelegate.easeTo(cameraOptions: CameraOptions, animationOptions: MapAnimationOptions?): Unit?
Content copied to clipboard
flyTo
Link copied to clipboard
fun MapTransformDelegate.flyTo(cameraOptions: CameraOptions, animationOptions: MapAnimationOptions?): Unit?
Content copied to clipboard
moveBy
Link copied to clipboard
fun MapTransformDelegate.moveBy(screenCoordinate: ScreenCoordinate, animationOptions: MapAnimationOptions?): Unit?
Content copied to clipboard
pitchBy
Link copied to clipboard
fun MapTransformDelegate.pitchBy(pitch: Double, animationOptions: MapAnimationOptions?): Unit?
Content copied to clipboard
rotateBy
Link copied to clipboard
fun MapTransformDelegate.rotateBy(first: ScreenCoordinate, second: ScreenCoordinate, animationOptions: MapAnimationOptions?): Unit?
Content copied to clipboard
scaleBy
Link copied to clipboard
fun MapTransformDelegate.scaleBy(amount: Double, screenCoordinate: ScreenCoordinate?, animationOptions: MapAnimationOptions?): Unit?
Content copied to clipboard