|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <map.h>
Data Fields | |
| double | duration_ms |
| double | velocity |
| double | min_zoom |
Optional animation controls for camera transitions.
| double mln_animation_options::duration_ms |
Duration in milliseconds. Must be finite and non-negative. Values that would overflow MapLibre Native's internal duration are invalid.
| double mln_animation_options::min_zoom |
Peak zoom for flyTo transitions.
| double mln_animation_options::velocity |
Average flyTo velocity in screenfuls per second. Must be positive.