react-native-map-clustering icon indicating copy to clipboard operation
react-native-map-clustering copied to clipboard

Map size can't be 0. Most likely In Android

Open kundanthe opened this issue 5 months ago • 0 comments

com.google.maps.api.android.lib6.common.apiexception.c: Error using newLatLngBounds(LatLngBounds, int): Map size can't be 0. Most likely, layout has not yet occurred for the map view. Either wait until layout has occurred or use newLatLngBounds(LatLngBounds, int, int, int) which allows you to specify the map's dimensions.

I’m getting this error when closing the map page.

kundanthe avatar Aug 26 '25 15:08 kundanthe