I am make almost a Zillow clone and i have a sliding horizontal List overlaying the bottom of the map is there a way to set the Default size of the zoom of the map to bigger because the list is cutting off come of the pins here is 2 photo as an example
A bit of a hacky solution, but if you stretch the map component up higher so something like 25% of the map is on top of your screen canvas, it will move everything up and in a way change the centre of the map.
Just grab the top of the map component and move it up higher (it will appear outside the screen top) for example at about -50px from the top of the screen).


