MarkerClusterPlus - fitMapToMarkers - add argument for bounds padding
alex-nextraq opened this issue · 2 comments
alex-nextraq commented
We have currently implemented a method extremely similar to fitMapToMarkers
with the primary difference, we need to have an offset using the padding parameter for the fitBounds
method.
It would be marvelous if fitMapToMarkers
could accept a padding
parameter that it passes along to fitBounds
.
While we have implemented our own version of fitMapToMarkers
(we were not originally using MarkerClusterPlus) I would prefer to be able to fully leverage this library and not have duplicate code hanging around.
jpoehnelt commented
should be available in @5.1.0
alex-nextraq commented
Thank you!!