Map Transform Delegate
interface MapTransformDelegate
Content copied to clipboard
Definition of a map transform delegate.
Functions
get Map Options
Link copied to clipboard
Get map options.
is Gesture In Progress
Link copied to clipboard
Returns if a gesture is in progress.
is User Animation In Progress
Link copied to clipboard
Returns if user animation is currently in progress.
set Constrain Mode
Link copied to clipboard
Set the map constrain mode
set Gesture In Progress
Link copied to clipboard
Notify map about gesture being in progress.
set North Orientation
Link copied to clipboard
Set the map north orientation
set User Animation In Progress
Link copied to clipboard
Tells the map rendering engine that the animation is currently performed by the user (e.g. with a setCamera()
calls series). It adjusts the engine for the animation use case. In particular, it brings more stability to symbol placement and rendering.
set Viewport Mode
Link copied to clipboard
Set the map viewport mode
Inheritors
MapboxMap
Link copied to clipboard