stop method

LeafletMap stop()

Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default. Stops the currently running panTo or flyTo animation, if any.

Implementation

// external LeafletMap invalidateSize(bool animate);

/// Stops the currently running panTo or flyTo animation, if any.
external LeafletMap stop();