inertia property

bool inertia

If enabled, panning of the map will have an inertia effect where the map builds momentum while dragging and continues moving in the same direction for some time. Feels especially nice on touch devices. Enabled by default unless running on old Android devices.

Implementation

external bool get inertia;
void inertia=(bool value)

Implementation

external set inertia(bool value);