You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.google.maps.api.android.lib6.common.apiexception.b: List<LatLng> cannot be empty
Crashing when passing an empty list of points is a) undocumented and b) unacceptable. While this may reflect the behavior of the SDK when not passing any points, it is not suitable behavior for any Composable function.
The text was updated successfully, but these errors were encountered:
Environment details
Code example
Polygon(emptyList())
Stack trace
Crashing when passing an empty list of points is a) undocumented and b) unacceptable. While this may reflect the behavior of the SDK when not passing any points, it is not suitable behavior for any Composable function.
The text was updated successfully, but these errors were encountered: